[Openvpn-devel] IRC community meeting summary

2024-01-24 Thread Johan Draaisma
Meeting summary for 24 January 2024: * *Closed: License amendment for OpenVPN2 to solve openssl/mbedtls licensing issues* /All work on this is now completed./ * *New: security mailing list procedure can stand improvement* /To be discussed in more detail later./ * *Updated: tasks rel

[Openvpn-devel] [PATCH] dco-freebsd: dynamically re-allocate buffer if it's too small

2024-01-24 Thread Kristof Provost via Openvpn-devel
From: Kristof Provost It's possible for the buffer we provude for OVPN_GET_PEER_STATS to be too small. Handle the error, re-allocate a larger buffer and try again rather than failing. Signed-off-by: Kristof Provost --- src/openvpn/dco_freebsd.c | 16 ++-- 1 file changed, 14 inserti