Fix illegal memory accesses in readelf when parsing a corrupt binary.
[binutils-gdb.git] / binutils / ChangeLog
index 9d3f7e2a26621aabecc8524bc68bfb0e1e736df3..9ae381fd81f9f4b72716fb37bf22005e53d9cee3 100644 (file)
@@ -1,3 +1,19 @@
+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