* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_is_floppy): Close

file after stat.
	Reported by: David Volgyes <dvolgyes>.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-06-23 22:02:05 +02:00
parent 13548d26e9
commit cad3237fb5
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2011-06-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_is_floppy): Close
file after stat.
Reported by: David Volgyes <dvolgyes>.
2011-06-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/raid.c (grub_util_raid_getmembers): Close fd before returning.