-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a fix for PR binutils/16723, where a corrupt .gnu.version_r s…
…ection could send readelf into an infinite loop. * readelf.c (process_version_sections): Prevent an infinite loop when the vn_next field is zero but there are still entries to be processed.
- Loading branch information
1 parent
ec92c39
commit c24cf8b
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2014-03-19 Nick Clifton <[email protected]> | ||
|
||
PR binutils/16723 | ||
* readelf.c (process_version_sections): Prevent an infinite loop | ||
when the vn_next field is zero but there are still entries to be | ||
processed. | ||
|
||
2014-03-17 Tristan Gingold <[email protected]> | ||
|
||
* od-macho.c (dump_section_header): Renames of dump_section. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters