| 
      
      
      From: <ope...@li...> - 2025-10-28 09:35:16
      
     | 
| Branch: refs/heads/master Home: https://github.com/OpenVPN/openvpn Commit: 18309ff64833523c1ad19e7d56d6f756b53966af https://github.com/OpenVPN/openvpn/commit/18309ff64833523c1ad19e7d56d6f756b53966af Author: Arne Schwabe <ar...@rf...> Date: 2025-10-28 (Tue, 28 Oct 2025) Changed paths: M src/openvpn/tun_afunix.c Log Message: ----------- Avoid possible race condition that kill OpenVPN itself If for whatever reason the child pid is zero, we would kill ourselves since killing 0 means killing the own process group. Reported-By: Joshua Rogers <co...@jo...> Found-By: Zeropath Change-Id: I7b94de92723f9528b01cb932bb079eedf0f1f272 Signed-off-by: Arne Schwabe <arn...@rf...> Acked-by: Gert Doering <ge...@gr...> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1319 Message-Id: <202...@gr...> URL: https://www.mail-archive.com/ope...@li.../msg33910.html Signed-off-by: Gert Doering <ge...@gr...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenVPN/openvpn/settings/notifications |