openwrt/tools/firmware-utils
Michael T Farnworth b468353a37 mkrasimage: fix segmentation fault
Code was attempting to determine the size of the file
before it was actually known and allocating insufficient
memory space.  Images above a certain size caused a
segmentation fault.  Moving the calloc() ensured ensured
that large images didn't result in a buffer overflow on
memcpy().

Signed-off-by: Michael T Farnworth <michael@turf.org>
[fixed name in From to match one in SoB]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-01 21:36:00 +01:00
..
src mkrasimage: fix segmentation fault 2020-03-01 21:36:00 +01:00
Makefile firmware-utils: add lxlfw tool for generating Luxul firmwares 2020-02-07 09:31:22 +01:00