* util/grub-editenv.c (argp_parser): Don't pass translated strings
as printf format strings; the translations might contain '%' which could cause a crash. (main): Likewise. * util/grub-fstest.c (argp_parser): Likewise. * util/grub-setup.c (argp_parser): Likewise. (main): Likewise.
This commit is contained in:
parent
3286a4b4c2
commit
dfe3b247a2
4 changed files with 20 additions and 9 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2010-09-20 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-editenv.c (argp_parser): Don't pass translated strings
|
||||
as printf format strings; the translations might contain '%' which
|
||||
could cause a crash.
|
||||
(main): Likewise.
|
||||
* util/grub-fstest.c (argp_parser): Likewise.
|
||||
* util/grub-setup.c (argp_parser): Likewise.
|
||||
(main): Likewise.
|
||||
|
||||
2010-09-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Use argp in grub-fstest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue