grub/grub-core/commands
Eric Snowberg 3d8df86d82 ls: prevent double open
Prevent a double open.  This can cause problems with some ieee1275
devices, causing the system to hang.  The double open can occur
as follows:

grub_ls_list_files (char *dirname, int longlist, int all, int human)
       dev = grub_device_open (device_name);
       dev remains open while:
       grub_normal_print_device_info (device_name);
                dev = grub_device_open (name);

Signed-off-by: Eric Snowberg <eric.snowberg@oracle.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2017-11-24 16:18:29 +01:00
..
arc
efi Fix a segfault in lsefi 2017-08-03 20:03:09 +02:00
i386 coreboot: Split parts that are platform-independent. 2017-05-08 19:10:24 +02:00
ieee1275
mips/loongson
xen
acpi.c acpi: add missing efi_call wrapper to acpi command 2017-04-02 14:47:20 +03:00
acpihalt.c acpihalt: add GRUB_ACPI_OPCODE_CREATE_DWORD_FIELD (0x8a) 2016-01-02 21:33:18 +03:00
blocklist.c
boot.c
boottime.c
cacheinfo.c cacheinfo: Add missing license information. 2015-03-20 11:13:58 +01:00
cat.c cat: Don't switch terminal mode when there is nothing to highlight. 2016-02-27 13:35:36 +01:00
cmp.c
configfile.c
date.c
echo.c
eval.c
extcmd.c
file.c
file32.c
file64.c
fileXX.c commands/fileXX: Fix remaining memory leak. 2015-01-25 16:36:30 +03:00
gptsync.c
halt.c
hashsum.c
hdparm.c i386, x86_64, ppc: fix switch fallthrough cases with GCC7 2017-04-04 19:23:55 +03:00
help.c
hexdump.c
iorw.c
keylayouts.c core: use GRUB_TERM_ definitions when handling term characters 2017-08-07 19:28:22 +02:00
keystatus.c
legacycfg.c legacy_initrd: Strip any additional arguments to initrd. 2017-02-27 00:43:54 +00:00
loadenv.c
ls.c ls: prevent double open 2017-11-24 16:18:29 +01:00
lsacpi.c
lsmmap.c Translate UEFI persistent memory type 2015-12-15 10:25:34 +03:00
lspci.c
macbless.c
memrw.c
menuentry.c core: use GRUB_TERM_ definitions when handling term characters 2017-08-07 19:28:22 +02:00
minicmd.c
nativedisk.c i386, x86_64, ppc: fix switch fallthrough cases with GCC7 2017-04-04 19:23:55 +03:00
parttool.c parttool: fix memory leak 2016-01-12 20:41:44 +03:00
password.c
password_pbkdf2.c password_pbkdf2: fix memory leak 2016-01-12 20:53:26 +03:00
pcidump.c
probe.c
read.c
reboot.c
regexp.c
search.c search: actually skip floppy with --no-floppy 2016-02-23 23:17:24 +03:00
search_file.c
search_label.c
search_uuid.c
search_wrap.c search_wrap: fix memory leak 2015-06-20 23:38:19 +03:00
setpci.c
sleep.c
syslinuxcfg.c commands/syslinux: Add missing free. 2015-01-24 21:23:25 +01:00
terminal.c
test.c test: fix previous commit - we need to return from subexpression 2015-01-30 20:21:56 +03:00
testload.c
testspeed.c
time.c
tr.c commands/tr: Simplify and fix missing parameter test. 2015-01-24 21:25:42 +01:00
true.c
usbtest.c
verify.c verify: fix memory leak 2016-01-12 21:52:42 +03:00
videoinfo.c
videotest.c
wildcard.c wildcard: Mark unused argument as such. 2015-02-21 16:19:09 +01:00
xnu_uuid.c