Searched hist:e56b8dc82bba526348fc7b1d2f615c8452caf21a (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | e56b8dc82bba526348fc7b1d2f615c8452caf21a Tue Jan 29 09:25:14 UTC 2019 Andre Przywara <andre.przywara@arm.com> 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>
|