Re: Memory leak in receivelog.c when receiving stream

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Memory leak in receivelog.c when receiving stream
Date: 2015-01-13 11:14:43
Message-ID: CAB7nPqSskA635K-2HzDUAfoUBUegjrrEzfYuGhYp3oH0MOKShQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jan 13, 2015 at 5:45 PM, Heikki Linnakangas
<hlinnakangas(at)vmware(dot)com> wrote:
> This looks like a false positive to me. PQgetCopyData() will only return a
> buffer if its return value is > 0
Right. Sorry for the noise.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2015-01-13 11:20:49 Re: Removing INNER JOINs
Previous Message Michael Paquier 2015-01-13 11:09:03 Re: Unused variables in hstore_to_jsonb