* grub-core/fs/fshelp.c (grub_fshelp_find_file): Set currnode to 0

after freeing for safety.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-22 08:24:27 +02:00
parent 967b2b649a
commit 021d90ecac
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-05-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fshelp.c (grub_fshelp_find_file): Set currnode to 0
after freeing for safety.
2012-05-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/sleep.c (do_print): Add missing grub_refresh.