2008-04-13 Robert Millan <rmh@aybabtu.com>
* kern/misc.c (grub_strncat): Fix off-by-one error. Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn> * kern/env.c (grub_env_context_close): Clear current context, not previous one. Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn> * kern/misc.c (grub_strcat): Minor speed optimization (same code size).
This commit is contained in:
parent
7ceeee39d7
commit
9fe8603472
3 changed files with 25 additions and 7 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2008-04-13 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* kern/misc.c (grub_strncat): Fix off-by-one error.
|
||||
Reported by Zhang Huan <zhanghuan@nrchpc.ac.cn>
|
||||
|
||||
* kern/env.c (grub_env_context_close): Clear current context, not
|
||||
previous one.
|
||||
Patch from Zhang Huan <zhanghuan@nrchpc.ac.cn>
|
||||
|
||||
* kern/misc.c (grub_strcat): Minor speed optimization (same code size).
|
||||
|
||||
2008-04-13 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Improve robustness when handling LVM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue