CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2019/12/10 05:20:17
Modified files: sbin/iked : policy.c ikev2.c iked.h Log message: We can receive a delete and free an SA that is referenced in sa_nextr. Remove references when deleting the SA, otherwise we trigger a use-after-free. ok markus@