]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix an illegal memory access parsing a corrupt sysroff file.
authorNick Clifton <nickc@redhat.com>
Wed, 24 Nov 2021 17:02:02 +0000 (17:02 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 24 Nov 2021 17:02:02 +0000 (17:02 +0000)
commitd8ed269e5c875845fcd0f1a25457eafe3f485249
tree9a8dc0981bf76f908a9808a76dd6fe461a215130
parent5e97696c113e8ffa93e12df22e0d34c6984cc383
Fix an illegal memory access parsing a corrupt sysroff file.

PR 28564
* sysdump.c (getCHARS): Check for an out of bounds read.
binutils/ChangeLog
binutils/sysdump.c