Searched hist:"493 c8cb2ae937fb50c2ce53338c9034c5c6636e5" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_fip.c | 493c8cb2ae937fb50c2ce53338c9034c5c6636e5 Wed Mar 19 16:03:48 UTC 2014 Sandrine Bailleux <sandrine.bailleux@arm.com> Fix file_to_uuid() function
This patch fixes a bug in the 'file_to_uuid()' function: it used to cause an exception by dereferencing a null pointer when a given UUID was not found in the UUID array. The fix is to delete the final null entry in the UUID array, which is not needed because the array is statically declared so its size is known at build time.
Fixes ARM-software/tf-issues#43
Change-Id: I0a003485b88134564c0d36f57c274215d9e16532
|