Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di
Date
Msg-id CAB7nPqRcCz_NEGxF9dwMstdP41JhVM1RSO8Dxb3_vCUXVWVOwA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di  (Michael Meskes <meskes@postgresql.org>)
List pgsql-committers
On Wed, Aug 12, 2015 at 8:59 PM, Michael Meskes <meskes@postgresql.org> wrote:
> On 23.07.2015 09:19, Michael Paquier wrote:
>> On Thu, Feb 5, 2015 at 11:14 PM, Michael Meskes <meskes@postgresql.org> wrote:
>>> This routine was calling ecpg_alloc to allocate to memory but did not
>>> actually check the returned pointer allocated, potentially NULL which
>>> could be the result of a malloc call.
>>>
>>> Issue noted by Coverity, fixed by Michael Paquier <michael@otacoo.com>
>>
>> Coming back to it, perhaps this meritates a backpatch? Even if that's
>> unlikely to happen...
>
> cherry-picked and pushed to all back branches.
>
> Sorry, the disadvantage of testing in master for a while, I simply
> forgot about this change.

No pb. Thanks! I forgot myself...
--
Michael


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Replace our hacked version of ax_pthread.m4 with latest upstream