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
1 parent 399aacd commit 493c8cb2ae937fb50c2ce53338c9034c5c6636e5
@Sandrine Bailleux Sandrine Bailleux authored on 19 Mar 2014
Dan Handley committed on 21 Mar 2014
Showing 1 changed file
View
drivers/io/io_fip.c