]> git.ipfire.org Git - thirdparty/grub.git/commit
* util/grub-editenv.c (argp_parser): Don't pass translated strings
authorColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 16:56:14 +0000 (17:56 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 20 Sep 2010 16:56:14 +0000 (17:56 +0100)
commitdfe3b247a2be2566b4a0c97caec59acc293fee8e
tree16893629788d90d0ac23300f94ba575bb93fd5c2
parent3286a4b4c27c24a3199ded058789ff289ef0ff9b
* 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.
ChangeLog
util/grub-editenv.c
util/grub-fstest.c
util/grub-setup.c