Re: [Openvpn-devel] [PATCH] Fix proto tcp6 for server & non-P2MP modes

2013-05-03 Thread Gert Doering
Hi, On Thu, May 02, 2013 at 04:17:37PM -0500, Josh Cepek wrote: > This fix adds support for using tcp6 as a proto in server or non-P2MP > modes, resolving a failed ASSERT in such cases. ACK, thanks for the patch. Will apply to master and 2.3 branch ASAP (with the understanding that the master/2.

[Openvpn-devel] [PATCH applied] Re: Fix proto tcp6 for server & non-P2MP modes

2013-05-03 Thread Gert Doering
Your patch has been applied to the master and release/2.3 branch. commit d0ccb982e1714c8dfefd6eacf0c6f899eb71b582 (master) commit 4b22e86d1b7efb6778f169d10f0987485e70549d (release/2.3) Author: Josh Cepek List-Post: openvpn-devel@lists.sourceforge.net Date: Thu May 2 16:17:37 2013 -0500 Fi

[Openvpn-devel] [PATCH] Fix NULL-pointer crash in route_list_add_vpn_gateway().

2013-05-03 Thread Gert Doering
Add ASSERT() check to route_list_add_vpn_gateway() to ensure that *rl is valid (and if not, crash with a somewhat more meaningful message than "segmentation violation"). For the actual bugfix, change init code to always allocate a "struct route_list" for IPv4, even if no --route options have been