]> sourceware.org Git - systemtap.git/commit
PR14682: fix _stp_pmap_agg error exit path
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 8 Oct 2012 00:01:37 +0000 (20:01 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 8 Oct 2012 00:01:37 +0000 (20:01 -0400)
commit961f125412f02c02e6be60251fb193c56fabfe16
tree9f43c0c702d793d134ba546ea802680c9e2d9175
parent6bb6bf29aec26701c1f3f05921ee625ace362cbb
PR14682: fix _stp_pmap_agg error exit path

commit 82523f19 changed the error-exit path of _stp_pmap_agg, but was
confused by the multiple (three!) levels of nested loops in effect at
the point of failure.  While the prior "return;" skipped an overall
(newly needed) aggregate-unlock; the current "break;" skipped too
little.  Switch to a proper simple goto to almost but not quite
return;.
runtime/map.c
This page took 0.025535 seconds and 5 git commands to generate.