Re: [PATCH net 0/3] net: tls: fix memory leaks and freeing skbs

2019-04-10 Thread David Miller
From: Jakub Kicinski Date: Wed, 10 Apr 2019 11:04:29 -0700 > This series fixes two memory issues and a stack overflow. > First two patches are fairly simple leaks. Third patch > partially reverts an optimization made to the strparser > which causes creation of skb->frag_list->skb->frag_list... >

[PATCH net 0/3] net: tls: fix memory leaks and freeing skbs

2019-04-10 Thread Jakub Kicinski
Hi! This series fixes two memory issues and a stack overflow. First two patches are fairly simple leaks. Third patch partially reverts an optimization made to the strparser which causes creation of skb->frag_list->skb->frag_list... chains of 100s of skbs, leading to recursive kfree_skb() filling