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:
1c92f88
)
tools lib traceevent: Fix a risk for doing free on uninitialized pointer
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Tue, 24 Jun 2014 11:09:10 +0000
(13:09 +0200)
committer
Jiri Olsa
<jolsa@kernel.org>
Fri, 27 Jun 2014 09:14:47 +0000
(11:14 +0200)
Fix a risk of doing free on an uninitialized pointer.
This was found using a static code analysis program called cppcheck.
Acked-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Link:
http://lkml.kernel.org/r/1403608150-13037-1-git-send-email-rickard_strandqvist@spectrumdigital.se
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
No differences found