Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c
Date
Msg-id 53335377.3040500@dunslane.net
Whole thread Raw
In response to "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On 03/26/2014 05:01 PM, Peter Geoghegan wrote:
> I found another bug of this category using Valgrind (memcheck). When
> the standard regression tests are run against master's git tip, I see
> the following:
>
> 2014-03-26 12:58:21.246 PDT 28882 LOG:  statement: select * from
> json_to_record('{"a":1,"b":"foo","c":"bar"}',true)
>         as x(a int, b text, d text);


Thanks. Your fix committed.

cheers

andrew




pgsql-hackers by date:

Previous
From: Dang Minh Huong
Date:
Subject: Re: Duplicated row after promote in synchronous streaming replication
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements