diff options
author | Eric Dumazet <edumazet@google.com> | 2015-07-17 10:19:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-21 09:02:44 +0200 |
commit | b8a23e8d8e31abeda2f6cfa36a772414b2a86ffc (patch) | |
tree | ef089a2324ced0fd03bff823419458d6aa2a2ee4 /lib/lzo | |
parent | qmi_wwan: add the second QMI/network interface for Sierra Wireless MC7305/MC7355 (diff) | |
download | linux-b8a23e8d8e31abeda2f6cfa36a772414b2a86ffc.tar.xz linux-b8a23e8d8e31abeda2f6cfa36a772414b2a86ffc.zip |
caif: fix leaks and race in caif_queue_rcv_skb()
1) If sk_filter() is applied, skb was leaked (not freed)
2) Testing SOCK_DEAD twice is racy :
packet could be freed while already queued.
3) Remove obsolete comment about caching skb->len
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions