Fix memory access violations triggered by running sysdump on fuzzed binaries.
authorNick Clifton <nickc@redhat.com>
Thu, 8 Jan 2015 13:52:42 +0000 (13:52 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 8 Jan 2015 13:52:42 +0000 (13:52 +0000)
commit848cde35d61874521ad6c88a50f983d5ee7d2307
treec744f90c3d70c0af5464c379b61da68dbd5daad1
parent2279a12a44ede7a0a6d7375d90d33676fa8771ad
Fix memory access violations triggered by running sysdump on fuzzed binaries.

PR binutils/17512
* sysdump.c (getINT): Fail if reading off the end of the buffer.
Replace call to abort with a call to fatal.
(getCHARS): Prevetn reading off the end of the buffer.
binutils/ChangeLog
binutils/sysdump.c
This page took 0.025684 seconds and 4 git commands to generate.