* util/grub-pe2elf.c (ehdr): Make static.

(shdr): Likewise.
	(num_sections): Likewise.
	(offset): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-29 18:53:38 +01:00
parent 5f47782c29
commit c30582ba5d
2 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-pe2elf.c (ehdr): Make static.
(shdr): Likewise.
(num_sections): Likewise.
(offset): Likewise.
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
Eliminate ofpath limits and possible overflows.