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 |