Select Git revision
kwbimage.c
Forked from
Reform / reform-boundary-uboot
10324 commits behind the upstream repository.
-
Alexander Graf authored
The kwbimage format is reading beyond its header structure if it misdetects a Xilinx Zynq image and tries to read it. Fix it by sanity checking that the header we want to read fits inside our file size. Signed-off-by:
Alexander Graf <agraf@suse.de> Tested-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Stefan Roese <sr@denx.de>
Alexander Graf authoredThe kwbimage format is reading beyond its header structure if it misdetects a Xilinx Zynq image and tries to read it. Fix it by sanity checking that the header we want to read fits inside our file size. Signed-off-by:
Alexander Graf <agraf@suse.de> Tested-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Stefan Roese <sr@denx.de> Signed-off-by:
Stefan Roese <sr@denx.de>