]> www.infradead.org Git - linux.git/commit
Merge branch 'ipv6-fix-possible-uaf-in-output-paths'
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Aug 2024 00:35:51 +0000 (17:35 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Aug 2024 00:35:51 +0000 (17:35 -0700)
commit58652e2422a7407e77ee50fcaaf4bf1885de8753
tree7c555df7e6e3d2e51519885f279a1e6c41a080fe
parent007d4271a5f10638cba6f0b99698557ef30014b9
parent2d5ff7e339d04622d8282661df36151906d0e1c7
Merge branch 'ipv6-fix-possible-uaf-in-output-paths'

Eric Dumazet says:

====================
ipv6: fix possible UAF in output paths

First patch fixes an issue spotted by syzbot, and the two
other patches fix error paths after skb_expand_head()
adoption.
====================

Link: https://patch.msgid.link/20240820160859.3786976-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>