Bug 15565 - dangling cleanup in macho_symfile_read
Summary: dangling cleanup in macho_symfile_read
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: symtab (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: 7.7
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 16:11 UTC by Tom Tromey
Modified: 2013-07-12 21:33 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Tromey 2013-06-03 16:11:22 UTC
macho_symfile_read leaves a dangling cleanup, but the "obvious"
fix causes crashes.
See: http://sourceware.org/ml/gdb-patches/2013-06/msg00014.html
Comment 1 Tom Tromey 2013-07-12 21:33:47 UTC
Joel fixed this.