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
Eric Sesterhenn cdee5751bf [BLUETOOTH] sco: Possible double free.
this fixes coverity bug id #1068.
hci_send_sco() frees skb if (skb->len > hdev->sco_mtu).
Since it returns a negative error value only in this case, we
can directly return here.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-04-09 22:25:29 -07:00
..
bnep [BLUETOOTH]: Return negative error constant 2006-03-21 23:53:16 -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 [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08: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 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications 2006-03-25 08:22:56 -08:00
hci_conn.c [NET]: Remove unneeded kmalloc() return value casts 2006-01-10 13:08:21 -08:00
hci_core.c [PATCH] Notifier chain update: API changes 2006-03-27 08:44:50 -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 [BLUETOOTH] sco: Possible double free. 2006-04-09 22:25:29 -07:00