diff options
| author | Steven Rostedt <[email protected]> | 2012-04-05 22:48:05 +0000 |
|---|---|---|
| committer | Frederic Weisbecker <[email protected]> | 2012-04-25 11:35:44 +0000 |
| commit | 42c80139eaa0feebf961c9792fa9eef76a3ce663 (patch) | |
| tree | 5a9bc31909782f2db9d1c5f4024db19f75c28dbe /tools/perf/util/scripting-engines/trace-event-perl.c | |
| parent | parse-events: Allow '*' and '/' operations in TP_printk (diff) | |
| download | kernel-42c80139eaa0feebf961c9792fa9eef76a3ce663.tar.gz kernel-42c80139eaa0feebf961c9792fa9eef76a3ce663.zip | |
parse-event: Fix memset pointer size bug in handle
Fix memset(ptr, 0, sizeof(ptr)) to memset(ptr, 0, sizeof(*ptr))
Signed-off-by: Steven Rostedt <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Arun Sharma <[email protected]>
Cc: Namhyung Kim <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions
