diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-30 11:18:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-30 11:18:42 +0100 |
commit | 0d1cd7d97835941c046dbb7ec1c83bc7c05779e6 (patch) | |
tree | c5e1f0bf9a0a016122422d023d33c8620d555d9b /binutils/ChangeLog | |
parent | 7e3ca9a4afcc4ff2960d12eaad35c75a7abb84e9 (diff) | |
download | binutils-0d1cd7d97835941c046dbb7ec1c83bc7c05779e6.zip binutils-0d1cd7d97835941c046dbb7ec1c83bc7c05779e6.tar.gz binutils-0d1cd7d97835941c046dbb7ec1c83bc7c05779e6.tar.bz2 |
Prevent an illegal memory access when running the strings program with an excessively lerge minimum string length.
PR 30595
* strings.c (main): Check for an excessively large minimum string length.
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 bb58bc4..f06aba2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2023-06-30 Nick Clifton <nickc@redhat.com> + + PR 30595 + * strings.c (main): Check for an excessively large minimum string + length. + 2023-06-21 Nick Clifton <nickc@redhat.com> * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune |