Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "Conditional jump or move depends on uninitialised value(s)" within jsonfuncs.c
Date: 2014-03-26 22:23:51
Message-ID: 53335377.3040500@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2014-03-27 01:25:00 Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements
Previous Message Dang Minh Huong 2014-03-26 22:07:01 Re: [HACKERS] Duplicated row after promote in synchronous streaming replication