On Sat, Jan 28, 2023 at 04:59:00PM -0500, [email protected] wrote: > From: Selva Nair <[email protected]> > > Currently we use the old signal API which follows system-V or > BSD semantics depending on the platform and/or feature-set macros. > Further, signal has many weaknesses which makes proper masking > (deferring) of signals during update not possible. > > Improve this: > > - Use sigaction to properly mask signals when modifying. >
Acked-By: Frank Lichtenheld <[email protected]> Stared at code intensively. AFAICT this should not change the general behavior except to be more generally safe. Only compile+t_client tested. Regards, -- Frank Lichtenheld _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
