git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e76ac7
)
perf evsel: Fix uninitialized memory access to struct perf_sample
author
Robert Richter
<robert.richter@amd.com>
Thu, 15 Dec 2011 16:32:39 +0000
(17:32 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 20 Dec 2011 15:26:47 +0000
(13:26 -0200)
Memory in struct perf_sample is not fully initialized during parsing.
Depending on sampling data some parts may left unchanged. Zero out
struct perf_sample first to avoid access to uninitialized memory.
Cc: Ingo Molnar <mingo@elte.hu>
Link:
http://lkml.kernel.org/r/1323966762-8574-2-git-send-email-robert.richter@amd.com
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c
patch
|
blob
|
history
diff --cc
tools/perf/util/evsel.c
Simple merge