commit | 10a7ef33679073d13bf1dd05e3f1b7912f999543 | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Tue Oct 10 20:59:38 2017 -0700 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Wed Oct 11 10:15:58 2017 +0200 |
tree | e7f34e807961b7197301792b9181e06f46469e1b | |
parent | c0576e3975084d4699b7bfef578613fb8e1144f6 [diff] |
ipsec: Fix dst leak in xfrm_bundle_create(). If we cannot find a suitable inner_mode value, we will leak the currently allocated 'xdst'. The fix is to make sure it is linked into the chain before erroring out. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>