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
Kconfig -rw-r--r-- 895 bytes
Makefile -rw-r--r-- 181 bytes
lapb_iface.c -rw-r--r-- 8.7 KB
lapb_in.c -rw-r--r-- 14.7 KB
lapb_out.c -rw-r--r-- 4.7 KB
lapb_subr.c -rw-r--r-- 7.3 KB
lapb_timer.c -rw-r--r-- 4.0 KB

back to top