Fix few potential memory misusage.
* grub-core/font/font.c (load_font_index): Don't free char_index to avoid double free.
This commit is contained in:
parent
0cac83df85
commit
25a4533875
2 changed files with 15 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2011-05-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix few potential memory misusage.
|
||||
|
||||
* grub-core/font/font.c (load_font_index): Don't free char_index to
|
||||
avoid double free.
|
||||
|
||||
2011-05-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* docs/grub.texi (Installation): Fix several outdated claims.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue