]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Prevent a floating point exception in the dwarf parser when a CU or TU table does...
authorNick Clifton <nickc@redhat.com>
Thu, 22 Aug 2019 12:11:18 +0000 (13:11 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 22 Aug 2019 12:11:18 +0000 (13:11 +0100)
commit4ac948a0447f1abc9bc3b2c38363e883b1b06634
treeb8842aa89259288ca1383734578da5c92c85f9ed
parenta3197745b1edfd711e345b7c94c68be85eb11e48
Prevent a floating point exception in the dwarf parser when a CU or TU table does not have any columns.

PR 24921
* dwarf.c (process_cu_tu_index): Handle the case where a table
does not have any columns.
binutils/dwarf.c