mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| ch_ipsec | ||
| ch_ktls | ||
| chtls | ||
| Kconfig | ||
| Makefile | ||