Fix illegal memory accesses in readelf when parsing a corrupt binary.
[binutils-gdb.git] / binutils / ChangeLog
index 99774b6b934c503216d8610fae52bc83d066c766..9ae381fd81f9f4b72716fb37bf22005e53d9cee3 100644 (file)
@@ -1,3 +1,32 @@
+2017-02-17  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21156
+       * readelf.c (find_section_in_set): Test for invalid section
+       indicies.
+
+2017-02-17  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_section_type_name): Add decoding of GNU section
+       types.
+
+2017-02-15  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
+       Maintainers section.
+
+2017-02-14  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21159
+       * readelf.c (dump_section_as_strings): Reset the start address if
+       no decompression is perfromed.
+       (dump_section_as_bytes): Likewise.
+
+2017-02-14  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21158
+       * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
+       empty symbol name.
+
 2017-02-14  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/21157