commit | 42f39fdedcf3321cab9964945d3f5bca58967b80 | [log] [tgz] |
---|---|---|
author | Nick Clifton <nickc@redhat.com> | Mon Dec 19 11:13:46 2022 +0000 |
committer | Nick Clifton <nickc@redhat.com> | Mon Dec 19 11:13:46 2022 +0000 |
tree | b132d233254e9007a3253001c41b834759fe7846 | |
parent | d14b3ea1c885f3462b9fe26177a47825c3bdbd0a [diff] |
Fix potential illegal memory accesses when parsing corrupt DWARF data. PR 29914 * dwarf.c (fetch_indexed_value): Fail if the section is not big enough to contain a header size field. (display_debug_addr): Fail if the computed address size is too big or too small.