]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ihex.c
Fixes a seg-fault in the ihex parser when it encounters a malformed ihex file.
authorNick Clifton <nickc@redhat.com>
Thu, 30 Oct 2014 17:16:17 +0000 (17:16 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 30 Oct 2014 17:16:17 +0000 (17:16 +0000)
commit0102ea8cec5fc509bba6c91df61b7ce23a799d32
treee0996457418f28dcc9a25c098d66b5bbd8d2198d
parent7e760b06b212f01b3819d5b37e8f5b613e0db34c
Fixes a seg-fault in the ihex parser when it encounters a malformed ihex file.

PR binutils/17512
* ihex.c (ihex_scan): Fix typo in invocation of ihex_bad_byte.
bfd/ChangeLog
bfd/ihex.c