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:
06d6e6d
)
can: flexcan: fix use after free of priv
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Thu, 21 Oct 2010 05:07:58 +0000
(
05:07
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Oct 2010 17:48:58 +0000
(10:48 -0700)
The priv is part of the memory allocated by alloc_candev().
This patch moved the free it after last usage of priv.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found