Re: pull request (net): ipsec 2017-08-21

2017-08-22 Thread David Miller
From: Steffen Klassert Date: Mon, 21 Aug 2017 08:07:59 +0200 > 1) Fix memleaks when ESP takes an error path. > > 2) Fix null pointer dereference when creating a sub policy >that matches the same outer flow as main policy does. >From Koichiro Den. > > 3) Fix possible out-of-bound access

pull request (net): ipsec 2017-08-21

2017-08-20 Thread Steffen Klassert
1) Fix memleaks when ESP takes an error path. 2) Fix null pointer dereference when creating a sub policy that matches the same outer flow as main policy does. From Koichiro Den. 3) Fix possible out-of-bound access in xfrm_migrate. This patch should go to the stable trees too. From Vla