[Openvpn-devel] [PATCH] Add calls to nvlist_destroy to avoid leaks (v2)

2024-11-05 Thread Rémi FARAULT via Openvpn-devel
From c2df7d0e66987e0e7d2c17e1550c40a5f30a265c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Farault?= Date: Tue, 29 Oct 2024 12:06:35 +0100 Subject: [PATCH v2] Add calls to nvlist_destroy to avoid leaks --- src/openvpn/dco_freebsd.c | 31 +++ 1 file changed, 2

Re: [Openvpn-devel] [PATCH] Add calls to nvlist_destroy to avoid leaks

2024-11-04 Thread Gert Doering
Hi, so, I had the ACK from Kristof in GH#636 and was going to apply it, but "this patch does not compile" On Wed, Oct 30, 2024 at 10:31:57AM +, Rémi FARAULT via Openvpn-devel wrote: > if (remoteaddr) > { > -nvlist_add_nvlist(nvl, "remote", sockaddr_to_nvlist(remoteaddr)); >

[Openvpn-devel] [PATCH] Add calls to nvlist_destroy to avoid leaks

2024-10-30 Thread Rémi FARAULT via Openvpn-devel
From 67100f57634b1b59c2ec8c294fccabda8fb7d893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Farault?= Date: Tue, 29 Oct 2024 12:06:35 +0100 Subject: [PATCH v1] Add calls to nvlist_destroy to avoid leaks --- src/openvpn/dco_freebsd.c | 31 +++ 1 file changed, 2