tracing/filters: fix bug in copy_pred()
commitee6cdabc820a29bd607f38d9cb335c3ceddc673b
authorTom Zanussi <tzanussi@gmail.com>
Mon, 23 Mar 2009 08:26:42 +0000 (23 03:26 -0500)
committerIngo Molnar <mingo@elte.hu>
Mon, 23 Mar 2009 08:30:36 +0000 (23 09:30 +0100)
treebc4cbebd9abc679bb12b10d19f8ab9a7a23689dd
parent75c8b417526529d0a7072e4d93ec99dbd483a6f4
tracing/filters: fix bug in copy_pred()

Impact: fix potential crash on subsystem filter expression freeing

When making a copy of the predicate, pred->field_name needs to be
duplicated in the copy as well, otherwise bad things can happen due to
later multiple frees of the same string.

This affects only per-subsystem event filtering.

Signed-off-by: Tom Zanussi <tzanussi@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: =?ISO-8859-1?Q?Fr=E9d=E9ric?= Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1237796802.7527.39.camel@charm-linux>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/trace_events_filter.c