]> git.ipfire.org Git - thirdparty/grub.git/commit
2004-12-13 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Mon, 13 Dec 2004 17:26:17 +0000 (17:26 +0000)
committermarco_g <marco_g@localhost>
Mon, 13 Dec 2004 17:26:17 +0000 (17:26 +0000)
commit4ceb3636de7c66e96b604463f2a4417bafc9f0a0
treebcb97cb640f8c56c8ce4020904e82ba430258e78
parent3f1578fe4a00466b073a4300afbcc22e6bd753d6
2004-12-13  Marco Gerards  <metgerards@student.han.nl>

* fs/ext2.c (grub_ext2_open): Don't use data after freeing it.
(grub_ext2_dir): Likewise.  Don't return in case of an error, jump
to fail instead.  Reported by Vincent Pelletier
<subdino2004@yahoo.fr>.

* fs/fshelp.c (grub_fshelp_find_file): Don't free `oldnode' when
it is not allocated.  Reported by Vincent Pelletier
<subdino2004@yahoo.fr>.

* normal/cmdline.c (grub_tab_complete): Add a blank line to the
output so the output looks better.
ChangeLog
fs/ext2.c
fs/fshelp.c
normal/cmdline.c