Re: 7.3.4: memory leak in fe-exec.c:279 (realloc)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Max Kellermann <max(at)linuxtag(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.3.4: memory leak in fe-exec.c:279 (realloc)
Date: 2003-10-02 14:46:36
Message-ID: 27163.1065105996@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Max Kellermann <max(at)linuxtag(dot)org> writes:
> I have found a memory leak in PostgreSQL 7.3.4,
> src/interfaces/libpq/fe-exec.c line 279:

This appears to have been dealt with already (although realistically,
it would be an extremely brain-dead realloc that could ever fail here,
since the block is being shrunk not grown).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2003-10-03 09:09:57 pg_dump/restore issue with schemas
Previous Message Karel Zak 2003-10-02 14:42:50 Re: is this my date problem