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:
674f211
)
net/appletalk: fix atalk_release use after free
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 22 Mar 2011 01:18:00 +0000
(18:18 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Mar 2011 01:18:00 +0000
(18:18 -0700)
The BKL removal in appletalk introduced a use-after-free problem,
where atalk_destroy_socket frees a sock, but we still release
the socket lock on it.
An easy fix is to take an extra reference on the sock and sock_put
it when returning from atalk_release.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/ddp.c
patch
|
blob
|
history
diff --cc
net/appletalk/ddp.c
Simple merge