diff options
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 04f56a7..1c69b3d 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1199,7 +1199,7 @@ read_attribute_value (struct attribute * attr, { _bfd_error_handler (_("DWARF error: info pointer extends beyond end of attributes")); bfd_set_error (bfd_error_bad_value); - return info_ptr; + return NULL; } attr->form = (enum dwarf_form) form; |