Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di
Date: 2015-08-12 11:59:37
Message-ID: 55CB3529.1040902@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 23.07.2015 09:19, Michael Paquier wrote:
> On Thu, Feb 5, 2015 at 11:14 PM, Michael Meskes <meskes(at)postgresql(dot)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(at)otacoo(dot)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.

Michael

--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at gmail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-08-12 12:28:03 Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di
Previous Message Michael Meskes 2015-08-12 11:58:40 pgsql: This routine was calling ecpg_alloc to allocate to memory but di