Re: Possible make_oidjoins_check Security Issue

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: Rod Taylor <pg@rbt.ca>
Cc: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2004-10-20T02:52:57Z
Lists: pgsql-hackers
On Wed, 2004-10-20 at 06:18, Rod Taylor wrote:
> http://secunia.com/advisories/12860/

This seems like a rather inconsequential problem, but it should be
fixed. The first two ideas that come to mind: use temporary files in
$PWD rather than /tmp, or create a subdirectory in /tmp to use for the
temporary files.

-Neil