Dan Carpenter c7b738351b x86, efi: Fix pointer math issue in handle_ramdisks()
"filename" is a efi_char16_t string so this check for reaching the end
of the array doesn't work.  We need to cast the pointer to (u8 *) before
doing the math.

This patch changes the "filename" to "filename_16" to avoid confusion in
the future.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: http://lkml.kernel.org/r/20120305180614.GA26880@elgon.mountain
Acked-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2012-03-16 13:03:24 -07:00
..
2011-12-16 08:34:35 -08:00
2011-12-12 14:26:10 -08:00
2011-12-12 14:26:10 -08:00
2011-12-12 14:26:10 -08:00
2011-12-12 14:26:10 -08:00
2011-12-12 14:26:10 -08:00
2010-05-26 08:30:15 -07:00
2011-12-12 14:26:10 -08:00