aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2010-08-02 18:59:28 -0300
committerArnaldo Carvalho de Melo <[email protected]>2010-08-02 19:01:09 -0300
commit70597f21f128b7dd6a2490078bea99d704b6f8c3 (patch)
tree33ed9836a3c6e2c111f60746ce1769c9eba42bd7 /net/unix/af_unix.c
parent076c6e45215aea0de1ed34d3d5079fabeaabf5e1 (diff)
perf session: Invalidate last_match when removing threads from rb_tree
If we receive two PERF_RECORD_EXIT for the same thread, we can end up reusing session->last_match and trying to remove the thread twice from the rb_tree, causing a segfault, so invalidade last_match in perf_session__remove_thread. Receiving two PERF_RECORD_EXIT for the same thread is a bug, but its a harmless one if we make the tool more robust, like this patch does. Cc: Frederic Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions