2009-04-27 Pavel Roskin <proski@gnu.org>

* disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
	parent's partition, don't copy it by reference, as it gets freed
	on close.
This commit is contained in:
proski 2009-04-28 13:14:20 +00:00
parent 75a807cf00
commit 136d9f8283
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2009-04-28 Pavel Roskin <proski@gnu.org>
* disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
parent's partition, don't copy it by reference, as it gets freed
on close.
2009-04-27 Vladimir Serbinenko <phcoder@gmail.com>
Preboot hooks support