Re: [Openvpn-devel] [PATCH v2] Add missing check for nl_socket_alloc failure

2023-04-26 Thread Antonio Quartulli
Hi, On 25/04/2023 12:20, Arne Schwabe wrote: This can happen if the memory alloc fails. Patch V2: add goto error Change-Id: Iee66caa794d267ac5f8bee584633352893047171 Signed-off-by: Arne Schwabe This patch seems to be a duplicate? I also commented the "old v2". Cheers, --- src/openvpn/d

Re: [Openvpn-devel] [PATCH v2] Add missing check for nl_socket_alloc failure

2023-03-29 Thread Antonio Quartulli
On 29/03/2023 14:46, Arne Schwabe wrote: This can happen if the memory alloc fails. Patch V2: add goto error Change-Id: Iee66caa794d267ac5f8bee584633352893047171 Signed-off-by: Arne Schwabe --- src/openvpn/dco_linux.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/openvpn