]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'tls-leaks'
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Apr 2019 20:07:02 +0000 (13:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Apr 2019 20:07:02 +0000 (13:07 -0700)
commit44f5e0480752b356f577aef90a5813299c3c60b1
tree745bb98ce86c2b200e8d2c642ddcf65c4cb9a2ef
parentf4a58857151f5d0a885fcebb47f6fb1b17dfda9a
parent4a9c2e3746e6151fd5d077259d79ce9ca86d47d7
Merge branch 'tls-leaks'

Jakub Kicinski says:

====================
net: tls: fix memory leaks and freeing skbs

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 up the kernel stack.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>