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
cmtp
hidp
rfcomm
Kconfig
Makefile
af_bluetooth.c [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications 2006-03-25 08:22:56 -08:00
hci_conn.c
hci_core.c [PATCH] Notifier chain update: API changes 2006-03-27 08:44:50 -08:00
hci_event.c
hci_sock.c
hci_sysfs.c
l2cap.c
lib.c
sco.c [BLUETOOTH] sco: Possible double free. 2006-04-09 22:25:29 -07:00