* util/grub-mkimage.c (compress_kernel_lzma): Respect format security.
(generate_image): Make prefix a const char *. Fix format specifications. Respect format security. Avoid void * arithmetics. Avoid shadowing. (argp_parser): Remove unused variable. Respect format security. * util/grub-mkimagexx.c (relocate_symbols): Avoid shadowing. (count_funcs) [!MKIMAGE_ELF64]: #if-out. (count_funcs): Remove unused variable. (relocate_addresses): Fix format specification. Disable x86-64 with elf32. Remove unused variables. (add_fixup_entry): Avoid shadowing. (make_reloc_section): Fix format specification. Use assert. (locate_sections): Fix format specifications. (load_image): Avoid shadowing.
This commit is contained in:
parent
043c2ea33b
commit
495fc8c181
3 changed files with 106 additions and 75 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-mkimage.c (compress_kernel_lzma): Respect format security.
|
||||
(generate_image): Make prefix a const char *.
|
||||
Fix format specifications. Respect format security.
|
||||
Avoid void * arithmetics.
|
||||
Avoid shadowing.
|
||||
(argp_parser): Remove unused variable. Respect format security.
|
||||
* util/grub-mkimagexx.c (relocate_symbols): Avoid shadowing.
|
||||
(count_funcs) [!MKIMAGE_ELF64]: #if-out.
|
||||
(count_funcs): Remove unused variable.
|
||||
(relocate_addresses): Fix format specification.
|
||||
Disable x86-64 with elf32. Remove unused variables.
|
||||
(add_fixup_entry): Avoid shadowing.
|
||||
(make_reloc_section): Fix format specification.
|
||||
Use assert.
|
||||
(locate_sections): Fix format specifications.
|
||||
(load_image): Avoid shadowing.
|
||||
|
||||
2012-02-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-setup.c (setup): Remove unused variable. Avoid shadowing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue