Re: Build failure with VS 2012 due to uninitialized pointers

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Build failure with VS 2012 due to uninitialized pointers
Date: 2014-06-16 04:14:56
Message-ID: 539E6F40.1050009@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 06/14/2014 09:36 PM, Inoue, Hiroshi wrote:
>
> Confirmed and committed.

It looks like you've initialized both to NULL.

That'll make the warning go away, but doesn't mean there isn't
potentially a bug in the handling of the socket pointer.

I'm sure you have no more time to chase it up than I do, so I'm not
asking you to do any more. I'm just making a note here so a search in
the archives that finds this sees that there might still be more to this
issue that we haven't covered.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Craig Ringer 2014-06-16 04:27:40 PATCH: document build outputs
Previous Message Craig Ringer 2014-06-16 04:13:30 Re: Building psqlODBC installers