mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
2011-03-03 Michael Snyder <msnyder@vmware.com>
* dwarf2.c (scan_unit_for_symbols): Stop memory leak.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2011-03-03 Michael Snyder <msnyder@vmware.com>
|
2011-03-03 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* dwarf2.c (scan_unit_for_symbols): Stop memory leak.
|
||||||
|
|
||||||
* archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
|
* archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
|
||||||
|
|
||||||
2011-03-03 H.J. Lu <hongjiu.lu@intel.com>
|
2011-03-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
@ -2148,7 +2148,7 @@ scan_unit_for_symbols (struct comp_unit *unit)
|
|||||||
{
|
{
|
||||||
info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
|
info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
|
||||||
if (info_ptr == NULL)
|
if (info_ptr == NULL)
|
||||||
return FALSE;
|
goto fail;
|
||||||
|
|
||||||
if (func)
|
if (func)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user