auth-script-openvpn icon indicating copy to clipboard operation
auth-script-openvpn copied to clipboard

Fix: zombie processes

Open OrangeFlag opened this issue 5 years ago • 0 comments

This PR fix issue #16

Description

The pull request introduces the following changes:

  • removed the extra fork of the process that returned a constant exit code
  • add non-blocking wait of children process in SIGCHLD action handler

OrangeFlag avatar Jul 08 '20 17:07 OrangeFlag