Re: [Openvpn-devel] [PATCH] Avoid recursion in virtual_output_callback_func()

2012-11-29 Thread David Sommerseth
On 16/11/12 12:02, David Sommerseth wrote: > From: David Sommerseth > > This solves a SEGV situation when using the management API while OpenVPN > is closing down. > > The situation happens when the management socket has closed and OpenVPN > tries to write an error about this to the management s

Re: [Openvpn-devel] [PATCH] Avoid recursion in virtual_output_callback_func()

2012-11-26 Thread Gert Doering
Hi, On Fri, Nov 16, 2012 at 12:02:06PM +0100, David Sommerseth wrote: > From: David Sommerseth > > This solves a SEGV situation when using the management API while OpenVPN > is closing down. ACK. Basically, what it does is "*any* activity of virtual_output_callback_func() only takes place if n

[Openvpn-devel] [PATCH] Avoid recursion in virtual_output_callback_func()

2012-11-16 Thread David Sommerseth
From: David Sommerseth This solves a SEGV situation when using the management API while OpenVPN is closing down. The situation happens when the management socket has closed and OpenVPN tries to write an error about this to the management socket. What happens is that virtual_output_callback_fu