Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/tls: Fix another skb memory leak when running kTLS traffic
This patch is a followup to commit ffef737 ("net/tls: Fix skb memory leak when running kTLS traffic") Which was missing another sk_defer_free_flush() call in tls_sw_splice_read(). Fixes: f35f821 ("tcp: defer skb freeing after socket lock is released") Signed-off-by: Gal Pressman <gal@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information