Discussion:
[Bug gdb/15439] New: dangling cleanup in normal_stop
tromey at redhat dot com
2013-05-07 17:57:34 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=15439

Bug #: 15439
Summary: dangling cleanup in normal_stop
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: gdb
AssignedTo: ***@sourceware.org
ReportedBy: ***@redhat.com
Classification: Unclassified


infrun.c:normal_stop creates some cleanups and deals with
them appropriately in the main body of the function.
However, if a "goto done" branch is taken, the cleanups
may be left dangling.
It is not clear to me whether or not this is ok.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-15 13:58:38 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=15439

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |tromey at sourceware dot org
Resolution|--- |FIXED

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
There are no more gotos in normal_stop.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...