diff options
author | Eric Sesterhenn <snakebyte@gmx.de> | 2006-04-05 22:28:14 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-04-09 22:25:29 -0700 |
commit | cdee5751bf91d02616aaf30a5affef56105e3b79 (patch) | |
tree | 8a7d6f231dc9de03c7d9bb5b6623bd539900abce /Documentation/00-INDEX | |
parent | ad96b485b4224785bcca478cfba02d06c46ee575 (diff) |
[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>
Diffstat (limited to 'Documentation/00-INDEX')
0 files changed, 0 insertions, 0 deletions