wolfBoot/.github
Daniele Lacamera 77fe733e7f F-7391: library hal: reject undersized files, bound hash to loaded size
main() loaded a file of any size and parsed it as a manifest: header
fields (size, TLVs) were read past the end of the heap allocation, and
a header claiming a larger fw_size drove the image hash over an
unbounded range. Reject files smaller than IMAGE_HEADER_SIZE before
parsing and clamp fw_size to the bytes actually loaded.
2026-09-04 10:24:11 +02:00
..
docker/renesas-rx ci: build Renesas RX example configs 2026-07-30 15:32:31 +02:00
workflows F-7391: library hal: reject undersized files, bound hash to loaded size 2026-09-04 10:24:11 +02:00