grub/grub-core/osdep/windows
Andrey Borzenkov e477187bf4 small fixes for Windows EFI install code
Fix potential crash caused by signed vs. unsigned comparison. Negative
length compares as very large unsigned number causing subsequent NULL access.

Make exhaustive search for all BootNNNN variables to find one matching
requested efi_distributor.
2013-12-15 22:00:15 +04:00
..
blocklist.c * grub-core/osdep/windows/blocklist.c: Add missing cast in printf 2013-12-14 21:54:37 +01:00
config.c Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
cputime.c Move cpu time retrieval to separate grub_util_get_cpu_time_ms 2013-10-15 13:13:53 +02:00
dl.c Move OS-dependent mprotect for module loading to grub-core/osdep/*/dl.c 2013-12-08 18:08:23 +01:00
emuconsole.c * grub-core/osdep/windows/emuconsole.c: Remove unsigned comparison >= 0. 2013-12-08 18:16:32 +01:00
getroot.c Do not use TCHAR string functions as they are not available on cygwin. 2013-12-14 23:25:30 +01:00
hostdisk.c Workaround cygwin bug when using \\?\Volume{GUID} syntax. 2013-12-14 23:28:34 +01:00
init.c Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
password.c Move password-querying (util-version) routines to grub-core/osdep. 2013-10-08 17:51:39 +02:00
platform.c small fixes for Windows EFI install code 2013-12-15 22:00:15 +04:00
random.c Move OS-dependent files to grub-core/osdep and document it. 2013-10-08 17:30:22 +02:00
relpath.c Do not use TCHAR string functions as they are not available on cygwin. 2013-12-14 23:25:30 +01:00
sleep.c * grub-core/osdep/windows/sleep.c: Add missing config.h. 2013-10-08 20:02:07 +02:00