Re: [Openvpn-devel] [PATCH] Fix a couple of issues in openvpn_execve()

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 18:11, David Sommerseth wrote: > If openvpn_execve() is not able to fork(), it would make any noise > about it. So this patch adds a log notification if this happens. > > In addition, if openvpn_execve() is called with an empty argv arra

Re: [Openvpn-devel] [PATCH] Fix a couple of issues in openvpn_execve()

2012-01-09 Thread Gert Doering
Hi, On Mon, Jan 09, 2012 at 06:11:27PM +0100, David Sommerseth wrote: > If openvpn_execve() is not able to fork(), it would make any noise about > it. So this patch adds a log notification if this happens. > > In addition, if openvpn_execve() is called with an empty argv array, > it should exit