mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02: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 | ||