diff options
author | Nick Clifton <nickc@redhat.com> | 2024-01-26 11:54:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-26 11:54:08 +0000 |
commit | c8567a87a60cf5820ebc5d98c025e91e2735f373 (patch) | |
tree | 48a1d8e5c6e0b24403f8adfd0b496d3a33e4c29a /binutils/ChangeLog | |
parent | 9c8d5b9a4fe297b9b7490ae33a10e275d54f6e2a (diff) | |
download | gdb-c8567a87a60cf5820ebc5d98c025e91e2735f373.zip gdb-c8567a87a60cf5820ebc5d98c025e91e2735f373.tar.gz gdb-c8567a87a60cf5820ebc5d98c025e91e2735f373.tar.bz2 |
Fix: Stripping Rust static libraries fails because of overly zealous illegal path check
PR 31250
* objcopy.c (copy_archive): Improve the handling of archives that contain elements with invalid pathnames.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 80da519..438a45d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2024-01-26 Nick Clifton <nickc@redhat.com> + + PR 31250 + * objcopy.c (copy_archive): Improve the handling of archives that + contain elements with invalid pathnames. + 2024-01-15 Nick Clifton <nickc@redhat.com> * 2.42 branch point. |