]> git.proxmox.com Git - grub2.git/commit
* util/grub-fstest.c (execute_command): Make first argument
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 10 Feb 2012 12:08:59 +0000 (13:08 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 10 Feb 2012 12:08:59 +0000 (13:08 +0100)
commit1b024b4ea0e2f86497072e5d61bb24d1c488d0a2
tree2cff135605e471582b69070c620526b3517962a5
parent5d1d4e288f57d741958b87704b1368a84c2da03f
* util/grub-fstest.c (execute_command): Make first argument
a const char *.
(read_file): Avoid shadowing.
Reuse underlying error message if device open fails.
(cmd_cmp): Respect format security.
(root): Make const char *.
(fstest): Remove args argument and use global copy.
Respect format security.
(argp_parser): Make static.
(main): Make default_root const char *.
ChangeLog
util/grub-fstest.c