Browse Source
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>
pull/1794/head
Andre Przywara
6 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue