mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
![]() Correct skb refcount in alloc_ctrl_skb(), causing skb memleak
when chtls_send_abort() called with NULL skb.
it was always leaking the skb, correct it by incrementing skb
refs by one.
Fixes:
|
||
---|---|---|
.. | ||
chtls.h | ||
chtls_cm.c | ||
chtls_cm.h | ||
chtls_hw.c | ||
chtls_io.c | ||
chtls_main.c | ||
Makefile |