dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/bluetooth
Marcel Holtmann 7b005bd34c [Bluetooth] Fix NULL pointer dereferences of the HCI socket
This patch fixes the two NULL pointer dereferences found by the sfuzz
tool from Ilja van Sprundel. The first one was a call of getsockname()
for an unbound socket and the second was calling accept() while this
operation isn't implemented for the HCI socket interface.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2006-02-13 11:40:03 +01:00
..
bnep [PATCH] capable/capability.h (net/) 2006-01-11 18:42:14 -08:00
cmtp [PATCH] capable/capability.h (net/) 2006-01-11 18:42:14 -08:00
hidp [PATCH] capable/capability.h (net/) 2006-01-11 18:42:14 -08:00
rfcomm [Bluetooth] Reduce L2CAP MTU for RFCOMM connections 2006-02-13 11:39:57 +01:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_bluetooth.c [NET]: Avoid atomic xchg() for non-error case 2006-01-03 13:10:44 -08:00
hci_conn.c [NET]: Remove unneeded kmalloc() return value casts 2006-01-10 13:08:21 -08:00
hci_core.c [Bluetooth]: Add endian annotations to the core 2005-11-08 09:57:21 -08:00
hci_event.c [Bluetooth]: Add endian annotations to the core 2005-11-08 09:57:21 -08:00
hci_sock.c [Bluetooth] Fix NULL pointer dereferences of the HCI socket 2006-02-13 11:40:03 +01:00
hci_sysfs.c [PATCH] driver core: replace "hotplug" by "uevent" 2006-01-04 16:18:08 -08:00
l2cap.c [PATCH] capable/capability.h (net/) 2006-01-11 18:42:14 -08:00
lib.c [Bluetooth] Remove unused functions and cleanup symbol exports 2005-08-06 12:36:51 +02:00
sco.c [NET]: move struct proto_ops to const 2006-01-03 13:11:15 -08:00