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:
b379135
)
mISDN: fix possible memory leak in hfcmulti_init()
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Mon, 3 Sep 2012 07:31:00 +0000
(15:31 +0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 3 Sep 2012 19:37:29 +0000
(15:37 -0400)
hc has been allocated in this function and missing free it before
leaving from some error handling cases.
spatch with a semantic match is used to found this problem.
(http://coccinelle.lip6.fr/)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found