Revision e6827d1abdc9b061a57d7b7d3019c4e99fabea2f authored by Navid Emamdoost on 23 July 2020, 02:58:39 UTC, committed by David S. Miller on 23 July 2020, 03:04:17 UTC
In the implementation of uld_send(), the skb is consumed on all
execution paths except one. Release skb when returning NET_XMIT_DROP.

Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 901f3cc
History
File Mode Size
Makefile -rw-r--r-- 294 bytes
af_rose.c -rw-r--r-- 36.9 KB
rose_dev.c -rw-r--r-- 2.9 KB
rose_in.c -rw-r--r-- 7.3 KB
rose_link.c -rw-r--r-- 6.4 KB
rose_loopback.c -rw-r--r-- 2.7 KB
rose_out.c -rw-r--r-- 2.6 KB
rose_route.c -rw-r--r-- 30.4 KB
rose_subr.c -rw-r--r-- 12.1 KB
rose_timer.c -rw-r--r-- 4.5 KB
sysctl_net_rose.c -rw-r--r-- 3.1 KB

back to top