linux/net/bluetooth/rfcomm
Lukáš Turek 683d949a7f Bluetooth: Never deallocate a session when some DLC points to it
Fix a bug introduced in commit 9cf5b0ea3a7f1432c61029f7aaf4b8b338628884:
function rfcomm_recv_ua calls rfcomm_session_put without checking that
the session is not referenced by some DLC. If the session is freed, that
DLC would refer to deallocated memory, causing an oops later, as shown
in this bug report: https://bugzilla.kernel.org/show_bug.cgi?id=15994

Signed-off-by: Lukas Turek <8an@praha12.net>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
2011-01-19 14:40:42 -02:00
..
Kconfig
Makefile
core.c Bluetooth: Never deallocate a session when some DLC points to it 2011-01-19 14:40:42 -02:00
sock.c Bluetooth: clean up rfcomm code 2010-12-01 21:04:43 -02:00
tty.c Bluetooth: clean up rfcomm code 2010-12-01 21:04:43 -02:00