]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Prevent an illegal memory access when running the strings program with an excessively...
authorNick Clifton <nickc@redhat.com>
Fri, 30 Jun 2023 10:18:42 +0000 (11:18 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 30 Jun 2023 10:18:42 +0000 (11:18 +0100)
commit0d1cd7d97835941c046dbb7ec1c83bc7c05779e6
treec5e1f0bf9a0a016122422d023d33c8620d555d9b
parent7e3ca9a4afcc4ff2960d12eaad35c75a7abb84e9
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.
binutils/ChangeLog
binutils/strings.c