[PATCH 0/2] bluetooth: fix NULL-pointer dereferences
From: Johan Hovold <hidden>
Date: 2012-03-07 16:03:33
Also in:
lkml, netdev
From: Johan Hovold <hidden>
Date: 2012-03-07 16:03:33
Also in:
lkml, netdev
Hi, These patches fixes two races in hci_ldisc and hci_core which can lead to NULL-pointer dereferences. The first one is 100% reproducible on 3.2 as well as 3.3-rc6 and needs to be backported to all stable kernels as the offending code has been around for quite some time. The second one is 100% reproducible on 3.3-rc6 but I haven't seen it on 3.2 or earlier, but as far as I can see it could be possibly to trigger it at least on 3.0 and later. Thanks, Johan Johan Hovold (2): bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_close bluetooth: hci_core: fix NULL-pointer dereference at unregister drivers/bluetooth/hci_ldisc.c | 2 +- include/net/bluetooth/hci.h | 1 + net/bluetooth/hci_core.c | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletions(-) -- 1.7.8.4