|   Branch: refs/heads/master
  Home:   https://github.com/OpenVPN/openvpn
  Commit: dc6b75788c626add84384ac121e11b65f9e02a6a
      https://github.com/OpenVPN/openvpn/commit/dc6b75788c626add84384ac121e11b65f9e02a6a
  Author: Ralf Lici <ra...@ma...>
  Date:   2025-10-28 (Tue, 28 Oct 2025)
  Changed paths:
    M src/openvpn/dco_freebsd.c
  Log Message:
  -----------
  dco-freebsd: fix peer stats storage on client instances
Commit bf01a96 introduced a bug in the dco-freebsd path by attempting to
store peer statistics in a structure that only exists on server
instances. This leads to a SIGSEGV on non-server instances due to a NULL
multi_context pointer.
Resolve this by checking what mode the current instance is running in
and storing peer stats accordingly.
Fixes: https://github.com/OpenVPN/openvpn/issues/875
Change-Id: I92b5f3996f2a2180fa5e94719603078c1fc2f7f6
Signed-off-by: Ralf Lici <ra...@ma...>
Acked-by: Gert Doering <ge...@gr...>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1290
Message-Id: <202...@gr...>
Signed-off-by: Gert Doering <ge...@gr...>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenVPN/openvpn/settings/notifications
 |