Re: use-after-free in psql - Mailing list pgsql-bugs

From Greg Sabino Mullane
Subject Re: use-after-free in psql
Date
Msg-id 1151678511.27767.5.camel@localhost.localdomain
Whole thread Raw
In response to use-after-free in psql  (Neil Conway <neilc@samurai.com>)
List pgsql-bugs
> There's a minor bug in the ON_ERROR_ROLLBACK code in psql. In
> HEAD, at line 878 the storage pointed to by "results" is
> released by a PQclear(), but is referenced by the
> PQcmdStatus() calls on lines 898, 899, and 900.
>
> I'm busy at the moment -- if someone wants to fix this
> (backport to 8.1 please!), have at it.

Attached is a quick patch for HEAD and 8.1, which should do the job.
Thanks for finding this.

--
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200606301039
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8


Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2506: hash index
Next
From: Alvaro Herrera
Date:
Subject: Re: use-after-free in psql