|
From: <ope...@li...> - 2025-11-26 18:34:25
|
Branch: refs/heads/master Home: https://github.com/OpenVPN/openvpn Commit: ea2f8ef6fa19e7619e3dc2e7addc1a067f472abc https://github.com/OpenVPN/openvpn/commit/ea2f8ef6fa19e7619e3dc2e7addc1a067f472abc Author: Frank Lichtenheld <fr...@li...> Date: 2025-11-26 (Wed, 26 Nov 2025) Changed paths: M src/openvpn/error.c M src/openvpn/error.h M src/openvpn/forward.c M src/openvpn/forward.h Log Message: ----------- error: Allow status argument to check_status to be ssize_t We only check for < 0 so no reason not to allow bigger signed values. This makes it easier to feed result values of read/write to it. Fixes a conversion warning in process_outgoing_tun. Also changes register_activity to int64_t for similar reasons. Change-Id: I750a46246c0d2447a6691e5c25c4732e3d335a63 Signed-off-by: Frank Lichtenheld <fr...@li...> Acked-by: Gert Doering <ge...@gr...> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1357 Message-Id: <202...@gr...> URL: https://www.mail-archive.com/ope...@li.../msg34701.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 |