mcuboot/boot
David Brown 9bf95afd43 boot: Check overflow/bounds on image header size
Before using the image and header size fields from the image header,
verify that both of these values are sane.  In this case, sanity means
that there is no arithmetic overflow when they are added, and that the
result is within the bounds of the containing flash region.  This is
done in addition to the check of the header's magic number.

Signed-off-by: David Brown <david.brown@linaro.org>
2019-10-15 09:41:01 -06:00
..
boot_serial Fix Mynewt boot_serial unittest 2019-10-01 17:36:12 -03:00
bootutil boot: Check overflow/bounds on image header size 2019-10-15 09:41:01 -06:00
mynewt Fix Mynewt boot_serial unittest 2019-10-01 17:36:12 -03:00
zephyr Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06:00