Re: [Openvpn-devel] [PATCH] Fix assertion if environment es is null

2013-02-02 Thread David Sommerseth
On 02/02/13 16:43, Gert Doering wrote: > Hi, > > On Sat, Feb 02, 2013 at 03:36:37PM +0100, Arne Schwabe wrote: >> The construct_name_value eventually call gc_malloc with NULL as gc which >> will trigger an assertion > [..] >> - char *str = construct_name_value (name_tmp, val_tmp, NULL); >> +

Re: [Openvpn-devel] [PATCH] Fix assertion if environment es is null

2013-02-02 Thread Gert Doering
Hi, On Sat, Feb 02, 2013 at 03:36:37PM +0100, Arne Schwabe wrote: > The construct_name_value eventually call gc_malloc with NULL as gc which will > trigger an assertion [..] > - char *str = construct_name_value (name_tmp, val_tmp, NULL); > + char *str = construct_name_value (name_tmp, v