History log of /openbsd-src/sys/dev/microcode/bwi/extract/extract.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 0ea7e100 24-Sep-2014 doug <doug@openbsd.org>

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

ok deraadt@


# 4c67e3ee 12-Jul-2014 tedu <tedu@openbsd.org>

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


# aa3cabd0 12-Jul-2014 tedu <tedu@openbsd.org>

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


# d1455811 04-Oct-2007 mglocker <mglocker@openbsd.org>

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

OK deraadt@