Fix quoting in legacy parser.
* grub-core/lib/legacy_parse.c (grub_legacy_escape): Correctly handle single quotes. (grub_legacy_parse): Likewise. Reported by: Jordan Uggla. Tested by: Jordan Uggla.
This commit is contained in:
parent
03f80960cf
commit
22e7dbb2bb
2 changed files with 32 additions and 9 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2010-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix quoting in legacy parser.
|
||||
|
||||
* grub-core/lib/legacy_parse.c (grub_legacy_escape): Correctly handle
|
||||
single quotes.
|
||||
(grub_legacy_parse): Likewise.
|
||||
Reported by: Jordan Uggla.
|
||||
Tested by: Jordan Uggla.
|
||||
|
||||
2010-11-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Don't add -lgcc on i386 and x86_64.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue