]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
authorDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 17:27:26 +0000 (10:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Aug 2017 17:27:26 +0000 (10:27 -0700)
commit0c8d2d95b815c7610720b7e868b395a019864720
tree10f3fef3dbdd47a24014dad7dd11299dc8f35c48
parent3de33e1ba0506723ab25734e098cf280ecc34756
parent4ff0308f06da5016aafb05330ed37809b54f81ae
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec

Steffen Klassert says:

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

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 Vladis Dronov.

4) ESP can return positive and negative error values,
   so treat both cases as an error.

Please pull or let me know if there are problems.
====================

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