* grub-core/fs/btrfs.c (grub_btrfs_extent_read): Add sanity check and

don't report potentially unavialiable fields in debug output.
	(find_path): Fix double-free and memory leak.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-31 13:56:52 +01:00
parent ce109e843c
commit 7c01e783dc
2 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2011-10-31 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/btrfs.c (grub_btrfs_extent_read): Add sanity check and
don't report potentially unavialiable fields in debug output.
(find_path): Fix double-free and memory leak.
2011-10-31 Vladimir Serbinenko <phcoder@gmail.com>
Read label on UFS1.