* grub-core/fs/fshelp.c (find_file): Set oldnode to zero after

freeing it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-02-01 21:51:09 +01:00
parent 66a93674b2
commit 3f078c0fca
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-02-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fshelp.c (find_file): Set oldnode to zero after
freeing it.
2013-02-01 Vladimir Serbinenko <phcoder@gmail.com>
Implement USBDebug (full USB stack variant).