Bug #800: Bad free in function PQclear

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #800: Bad free in function PQclear
Date: 2002-10-18 09:38:14
Message-ID: 20021018093814.47964476003@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Yvan Maillet (ymaillet(at)dialoca(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Bad free in function PQclear

Long Description
I use the libc library with the version 7.0.2-17.

I send a query with bad function.

The server answer me an error with text : ERROR: Function 'octet_length(unknown)' does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts.

Then, i call PQclear to free result context, the core is dump with memory fault.

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2002-10-18 11:23:29 Bug #801: now() in transaction
Previous Message Lamar Owen 2002-10-18 05:49:23 Re: Pg 7.2.3 int8 value out of range