diff options
author | Nick Clifton <nickc@redhat.com> | 2017-09-26 12:14:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-09-26 12:14:42 +0100 |
commit | 5c1c468d0eddd0fda1ec8c5f33888657f94e3266 (patch) | |
tree | eb16aa0066df301e6fec7d52360c56f5c4cb5f1e /binutils/ChangeLog | |
parent | 28d810f7ffd7fefd88117e9d830e7588591fd35c (diff) | |
download | gdb-5c1c468d0eddd0fda1ec8c5f33888657f94e3266.zip gdb-5c1c468d0eddd0fda1ec8c5f33888657f94e3266.tar.gz gdb-5c1c468d0eddd0fda1ec8c5f33888657f94e3266.tar.bz2 |
Fix address violations when parsing a corrupt DWARF linenumber table.
PR 22154
* dwarf.c (get_line_filename_and_dirname): Add extra checks for
buffer overruns.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 80fff9c..dc4faf5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2017-09-26 Nick Clifton <nickc@redhat.com> + PR 22154 + * dwarf.c (get_line_filename_and_dirname): Add extra checks for + buffer overruns. + +2017-09-26 Nick Clifton <nickc@redhat.com> + * README-how-to-make-a-release: New file. 2017-09-26 Alan Modra <amodra@gmail.com> |