2008-01-06 Yoshinori K. Okuji <okuji@enbug.org>

* fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
    allocated from the heap, due to the fshelp implementation.
    (grub_reiserfs_dir): Free NODE, due to the same reason.
This commit is contained in:
okuji 2008-01-06 15:34:11 +00:00
parent 492e6d9d4b
commit f5db429174
4 changed files with 71 additions and 37 deletions

View file

@ -1,3 +1,9 @@
2008-01-06 Yoshinori K. Okuji <okuji@enbug.org>
* fs/reiserfs.c (grub_reiserfs_iterate_dir): ENTRY_ITEM must be
allocated from the heap, due to the fshelp implementation.
(grub_reiserfs_dir): Free NODE, due to the same reason.
2008-01-06 Yoshinori K. Okuji <okuji@enbug.org>
Mostly from Vincent Pelletier: