arm-trusted-firmware/tools/fiptool
Andreas Färber 8e4cdd2210 fiptool: Fix use after free
Commit 880b9e8b4c (Add padding at the end
of the last entry) added code using toc_entry pointer, whose memory is
already freed via variable buf. This causes enormous padding on openSUSE.

Free the memory buffer only after padding is done.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2018-01-27 16:46:59 +01:00
..
Makefile fiptool: remove unneeded -I. include path 2017-07-26 22:35:05 +09:00
fip_create.sh Support Trusted OS firmware extra images in TF tools 2017-08-09 18:06:05 +08:00
fiptool.c fiptool: Fix use after free 2018-01-27 16:46:59 +01:00
fiptool.h fiptool: Precursor changes for Visual Studio 2017-10-11 21:26:36 +01:00
fiptool_platform.h fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
tbbr_config.c Support Trusted OS firmware extra images in TF tools 2017-08-09 18:06:05 +08:00
tbbr_config.h fip: move headers shared between TF and fiptool to include/tools_share 2017-05-23 23:58:47 +09:00
win_posix.c fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
win_posix.h fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00