arm-trusted-firmware/drivers/io
Sandrine Bailleux 493c8cb2ae 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
2014-03-21 17:17:48 +00:00
..
io_driver.h Add IO abstraction framework 2014-02-17 18:51:43 +00:00
io_fip.c Fix file_to_uuid() function 2014-03-21 17:17:48 +00:00
io_fip.h Add Firmware Image Package (FIP) driver 2014-02-17 18:51:44 +00:00
io_memmap.c Report recoverable errors as warnings 2014-02-20 19:06:34 +00:00
io_memmap.h Add Firmware Image Package (FIP) driver 2014-02-17 18:51:44 +00:00
io_semihosting.c Fix semihosting with latest toolchain 2014-02-20 19:06:34 +00:00
io_semihosting.h Implement load_image in terms of IO abstraction 2014-02-17 18:51:43 +00:00