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>
1 parent e9b7779 commit e56b8dc82bba526348fc7b1d2f615c8452caf21a
@Andre Przywara Andre Przywara authored on 29 Jan 2019
Showing 1 changed file
View
tools/fiptool/fiptool.c