Re: [Openvpn-devel] [PATCH 2/2] signal_reset(): combine check and reset operations

2023-07-25 Thread Selva Nair
On Tue, Jul 25, 2023 at 6:18 AM Frank Lichtenheld wrote: > On Sat, Jan 28, 2023 at 04:59:01PM -0500, selva.n...@gmail.com wrote: > > From: Selva Nair > > > > - "if (sig == X) signal_reset(sig)" now becomes > > "signal_reset(sig, X)" so that the check and assignment > > can be done in one

Re: [Openvpn-devel] [PATCH 2/2] signal_reset(): combine check and reset operations

2023-07-25 Thread Frank Lichtenheld
On Sat, Jan 28, 2023 at 04:59:01PM -0500, selva.n...@gmail.com wrote: > From: Selva Nair > > - "if (sig == X) signal_reset(sig)" now becomes > "signal_reset(sig, X)" so that the check and assignment > can be done in one place where signals are masked. > This is required to avoid change of

[Openvpn-devel] [PATCH applied] Re: configure.ac: fix typ0 in LIBCAPNG_CFALGS

2023-07-25 Thread Gert Doering
Acked-by: Gert Doering Obviously correct (and used only in this place, the definition comes out of autoconf and has no typos :) ). Interesting that this wasn't spotted earlier, seems nobody buildt with "libcapng with non-default include path" yet. Not tested whatsoever, just stared at

[Openvpn-devel] [PATCH] configure.ac: fix typ0 in LIBCAPNG_CFALGS

2023-07-25 Thread Antonio Quartulli
Reported-by: Matt Whitlock Change-Id: Ic473fbc447741e54a9aac83c70bc4e6d87d91080 Signed-off-by: Antonio Quartulli --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5ab1d0df..2f65cbd5 100644 --- a/configure.ac +++ b/configure.ac