History log of /openbsd-current/sys/dev/microcode/bwi/extract/extract.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.4 24-Sep-2014 doug

Replace a few malloc() calls with reallocarray() so it checks for overflow.

ok deraadt@


Revision tags: OPENBSD_5_6_BASE
# 1.3 12-Jul-2014 tedu

revert bogus free changes in not kernel files. got a little trigger happy.


# 1.2 12-Jul-2014 tedu

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.1 04-Oct-2007 mglocker

Import the bwi single firmware-file builder / extractor before we forget
about it. It's not linked into microcode/Makefile.

OK deraadt@