mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
1e532d2b49
We leak the allocated out_skb in case pfkey_xfrm_policy2msg() fails. Fix this by freeing it on error. Reported-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>