* 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 *.
This commit is contained in:
parent
5d1d4e288f
commit
1b024b4ea0
2 changed files with 57 additions and 39 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* 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 *.
|
||||
|
||||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mount.c (root): Make const char *.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue