commit | 82afae6016b672acb90ceb8e773bba0bd977d2a3 | [log] [tgz] |
---|---|---|
author | Erdem Aktas <eaktas1@gmail.com> | Sun May 10 02:13:19 2009 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Sun May 10 08:21:18 2009 +0200 |
tree | b3ae274679fa300bf5fbb72822d0742e9cba780e | |
parent | f15b18d0755b3ee4b29991fc2fde535ee41df53c [diff] |
perf_counter tools: fix buffer overwrite problem for perf top command There is a buffer overwrite problem in builtin-top.c line 526, When I tried to use ./perf top command, it was giving memory corruption problem. [ Impact: fix 'perf top' crash ] LKML-Reference: <3fee128b0905092313x608e65e0l7b1116d86914114f@mail.gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>