arm-trusted-firmware/tools/fiptool
Andre Przywara e56b8dc82b tools/fiptool: Fix UUID parsing in blob handling
Commit 033648652f ("Make TF UUID RFC 4122 compliant") changed the scanf
parsing string to handle endianness correctly.
However that changed the number of items sscanf handles, without
adjusting the sanity check just below.

Increase the expected return value from 11 to 16 to let fiptool handle
UUIDs given as blob parameters correctly again.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2019-01-29 09:25:14 +00:00
..
Makefile tools: Make invocation of host compiler correct 2018-10-04 14:35:38 +01:00
fiptool.c tools/fiptool: Fix UUID parsing in blob handling 2019-01-29 09:25:14 +00:00
fiptool.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
fiptool_platform.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
tbbr_config.c Make TF UUID RFC 4122 compliant 2018-06-14 14:41:00 +01:00
tbbr_config.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
win_posix.c fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
win_posix.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00