Fix access violation when reporting sections that could not be dumped.
[binutils-gdb.git] / binutils / ChangeLog
index 5fdec0f9992b67f25f20515c3ca2cb11382fe9ad..f099467d3fd5484e3e6a737c4a1e8fdd98cc58b2 100644 (file)
@@ -1,3 +1,53 @@
+2017-02-13  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21147
+       * readelf.c (process_section_contents): Fix off by one error
+       reporting un-dumped sections.
+
+2017-02-13  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21139
+       * readelf.c (target_specific_reloc_handling): Add num_syms
+       parameter.  Check for symbol table overflow before accessing
+       symbol value.  If reloc pointer is NULL, discard all saved state.
+       (apply_relocations): Pass num_syms to target_specific_reloc_handling.
+       Call target_specific_reloc_handling with a NULL reloc pointer
+       after processing all of the relocs.
+
+2017-02-13  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/21137
+       * readelf.c (target_specific_reloc_handling): Add end parameter.
+       Check for buffer overflow before writing relocated values.
+       (apply_relocations): Pass end to target_specific_reloc_handling.
+
+2017-01-27  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
+           Nick Clifton  <nickc@redhat.com>
+
+       PR 20343
+       * doc/binutils.texi (ar): Extend documentation of the --plugin
+       option.  Include a description of where the plugins should be
+       located.
+       (nm): Likewise.
+
+2017-01-23  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Add Bernd to Past Maintainers section.
+       (SCORE): Remove Mei Ligang as maintainer.  Add to Past Maintainers
+       section.
+
+2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
+
+       * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
+
+2017-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * objdump.c (dump_section_header): Extract max section name length
+       from data parameter, use this when formatting output.
+       (find_longest_section_name): New function.
+       (dump_headers): Calculate longest section name when in wide mode,
+       reformat to unify printing of header line.
+
 2017-01-18  Bernhard Rosenkranzer  <bero@lindev.ch>
 
        PR 21059