diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-20 15:56:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-20 15:56:33 +0000 |
commit | b42bf1e0f9756b758ad5b081a2d007c4a71eed39 (patch) | |
tree | f73b39612d83cda987737dc95ecbc0d8c45fb217 /bfd/ChangeLog | |
parent | 07ea644b36ccd4072072cb90174d08969862040f (diff) | |
download | gdb-b42bf1e0f9756b758ad5b081a2d007c4a71eed39.zip gdb-b42bf1e0f9756b758ad5b081a2d007c4a71eed39.tar.gz gdb-b42bf1e0f9756b758ad5b081a2d007c4a71eed39.tar.bz2 |
PR 868
* dwarf2.c (read_abbrevs): Free the abbreviation table if we run
out of memory.
(decode_line_info): Free the line_info_table before returning a
failure result.
(_bfd_dwarf2_cleanup_debug_info): Free the abbreviation table.
Free the line table. Free the function table. Free the variable
table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ca3b5e5..9a45648 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2008-02-20 Diogo de Carvalho Kraemer <diogo@kraemer.eng.br> + Nick Clifton <nickc@redhat.com> + + PR 868 + * dwarf2.c (read_abbrevs): Free the abbreviation table if we run + out of memory. + (decode_line_info): Free the line_info_table before returning a + failure result. + (_bfd_dwarf2_cleanup_debug_info): Free the abbreviation table. + Free the line table. Free the function table. Free the variable + table. + 2008-02-17 Mark Kettenis <kettenis@gnu.org> * elf.c (swap_out_syms): Avoid preprocessing directive within |