]> git.ipfire.org Git - thirdparty/grub.git/commit
2004-07-12 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Mon, 12 Jul 2004 17:53:07 +0000 (17:53 +0000)
committermarco_g <marco_g@localhost>
Mon, 12 Jul 2004 17:53:07 +0000 (17:53 +0000)
commit5a9e354626a43866076a1598f6378bd5b672aa7b
treefa55beb03b2c6eea54ce86e2414b37e3f4f8e779
parente15199cb7b70a686d1d920b41b528b343aa0e67d
2004-07-12  Marco Gerards  <metgerards@student.han.nl>

* normal/arg.c (grub_arg_parse): Correct error handling after
reallocating the argumentlist (check if `argl' is not null instead
of checking if `args' is not null).
* kern/mm.c (grub_realloc): Return the same pointer when using the
same region, instead of returning the header address.
ChangeLog
kern/mm.c
normal/arg.c