grub/grub-core/kern/efi
Leif Lindholm 004a2b1efd efi: check *path non-null before grub_strrchr
The EFI version of grub_machine_get_bootlocation crops the boot image
name back to the last / in order to get a directory path. However, it
does not check that *name is actually set before calling grub_strrchr
to do this, and neither does grub_strrchr before dereferencing a NULL
pointer.

Parent function, grub_set_prefix_and_root, does check the pointer
before using.
2014-11-17 14:11:01 +00:00
..
efi.c * grub-core/kern/efi/efi.c: Ensure that the result starts with / 2014-01-18 16:41:47 +01:00
init.c efi: check *path non-null before grub_strrchr 2014-11-17 14:11:01 +00:00
mm.c efi: mm: make MAX_USABLE_ADDRESS platform-specific 2013-12-10 18:05:29 +00:00