Re: [Openvpn-devel] [PATCH v2] Add Apache2 linking with for new commits

2023-04-25 Thread Selva Nair
Hi, On Tue, Apr 25, 2023 at 6:22 AM Arne Schwabe wrote: > After first round of mailing people with more than 10 commits we have > almost all committers have agreed. This put this license in the realm > of having a realistic change to work. Had any of these contributers > disagreed, rewriting

[Openvpn-devel] [PATCH v2] Add Apache2 linking with for new commits

2023-04-25 Thread Arne Schwabe
After first round of mailing people with more than 10 commits we have almost all committers have agreed. This put this license in the realm of having a realistic change to work. Had any of these contributers disagreed, rewriting all their code might have been not feasible. The rationale of adding

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

2023-04-25 Thread Arne Schwabe
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/dco_linux.c b/src/openvpn/dco_linux.c index