Fix potential illegal memory access by readelf when parsing a binary containing corru...
authorNick Clifton <nickc@redhat.com>
Wed, 20 Feb 2019 17:51:21 +0000 (17:51 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 20 Feb 2019 17:51:21 +0000 (17:51 +0000)
commit3ca60c57a715bbefc091949dd2381bab1b124715
tree6bd9d7bf0bd830bd680d4bd90b80e301330cb034
parent171375c68e809e97b5653ef424f80d46956a50e8
Fix potential illegal memory access by readelf when parsing a binary containing corrupt system tap notes.

PR 24246
* readelf.c (print_stapsdt_note): Harden against corrupt notes.
binutils/ChangeLog
binutils/readelf.c