|
From: <ope...@li...> - 2025-10-28 12:18:42
|
Branch: refs/heads/master Home: https://github.com/OpenVPN/openvpn Commit: 5bc0eae87ccf1abd6c400cb27d8e51819feb2036 https://github.com/OpenVPN/openvpn/commit/5bc0eae87ccf1abd6c400cb27d8e51819feb2036 Author: Arne Schwabe <ar...@rf...> Date: 2025-10-28 (Tue, 28 Oct 2025) Changed paths: M src/openvpn/tun_afunix.c Log Message: ----------- Add ASSERT to afunix code that dev_node is always set up the way we expect The calling code only calls tun_afunix_exec_child if is_tun_afunix is true, which checks that the path is having unix: as prefix. But since adding an ASSERT here to ensure that it is really the case does not cost us anything, just add the ASSERT. Reported-By: Joshua Rogers <co...@jo...> Found-By: Zeropath Change-Id: Idbb7bf279eb467fc1d56ab75a50b5eb2c8d0a57e Signed-off-by: Arne Schwabe <arn...@rf...> Acked-by: Gert Doering <ge...@gr...> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1320 Message-Id: <202...@gr...> URL: https://www.mail-archive.com/ope...@li.../msg33934.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 |