Allow the --output option of the "ar" prorgam to extract files to locations outside...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 0f5d06b5a699f4458e9f8a5351e4432fb8fc0d4e..06823b27ab2a210a6f6186d21e156e39e385c80c 100644 (file)
@@ -1,3 +1,23 @@
+2019-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * ar.c (open_output_file): Check for filename validity before
+       prefixing with output directory.
+       Display the constructed output filename if in verbose mode.
+       (extract_file): Let open_output_file display the filename.
+
+2019-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (copy_object): Skip note sections that do not have
+       an output section.  Always copy note sections, even if no
+       changes are made.
+
+2019-11-06  Christian Eggers  <ceggers@gmx.de>
+
+       * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
+       comment.  Catch potential integer overflow and fix off by one
+       error whilst checking reloc location against section size.
+       (apply_relocations): Use IN_RANGE macro.
+
 2019-11-04  Fangrui Song  <maskray@google.com>
 
        * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
This page took 0.024128 seconds and 4 git commands to generate.