commit | f41e53cf792b5e2ccdf4adc1df2161696dd34334 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Jan 29 09:25:14 2019 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Tue Jan 29 09:25:14 2019 +0000 |
tree | b513d432af1db8aec69bc371a2796edbd2cc53cf | |
parent | 19493d98483d236b007ad6b072230cc5d6ab2b63 [diff] |
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>