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);
>> +
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