diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-29 08:55:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-29 08:55:09 +0000 |
commit | 7e26601c5421ad036dabe23cdd812ac679b4b5b4 (patch) | |
tree | 658767a61d1415dfa9e36f1ebfc4de0952847599 /binutils/ChangeLog | |
parent | 29bd8b6b4e728079ffeb1868cf2870665772b02a (diff) | |
download | gdb-7e26601c5421ad036dabe23cdd812ac679b4b5b4.zip gdb-7e26601c5421ad036dabe23cdd812ac679b4b5b4.tar.gz gdb-7e26601c5421ad036dabe23cdd812ac679b4b5b4.tar.bz2 |
* readelf.c (process_version_sections): Fix overflow checks to
avoid undefined behaviour.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7b30f4e..2eedde7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2013-01-29 Xi Wang <xi.wang@gmail.com> + + * readelf.c (process_version_sections): Fix overflow checks to + avoid undefined behaviour. + 2013-01-28 Doug Evans <dje@google.com> * dwarf.c (display_gdb_index): Handle .gdb_index version 8. |