CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2021/11/24 14:06:21
Modified files: sbin/iked : iked.h pfkey.c Log message: Unregister event on pfkey socket during pfkey_reply(). Using events and poll() at the same time may lead to a race that locks up the process in recv(). ok bluhm@