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:
b3d9468
)
perf script: Fix mem leaks and NULL pointer checks around strdup()s
author
Robert Richter
<robert.richter@amd.com>
Fri, 25 Nov 2011 10:38:40 +0000
(11:38 +0100)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 12 Dec 2011 10:44:00 +0000
(08:44 -0200)
Fix mem leaks and missing NULL pointer checks after strdup().
And get_script_path() did not free __script_root in case of continue.
Introduce a helper function get_script_root().
Cc: Ingo Molnar <mingo@elte.hu>
Link:
http://lkml.kernel.org/r/1322217520-3287-1-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/builtin-script.c
patch
|
blob
|
history
diff --cc
tools/perf/builtin-script.c
Simple merge