Re: Possible make_oidjoins_check Security Issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Possible make_oidjoins_check Security Issue
Date
Msg-id 29923.1098246671@sss.pgh.pa.us
Whole thread Raw
In response to Re: Possible make_oidjoins_check Security Issue  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: Possible make_oidjoins_check Security Issue
List pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> Better, use mktemp(1).  The thread testing script already does it IIRC.

There are only two uses of mktemp(1) in our source tree: configure and
config.guess.  Both were gotten from elsewhere, and both jump through
some seriously unreadable hoops in order to achieve allegedly-portable
behavior.  mktemp(1) is simply not portable :-( ... the Single Unix Spec
refuses to touch it at all ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Possible make_oidjoins_check Security Issue
Next
From: Alvaro Herrera
Date:
Subject: Re: Possible make_oidjoins_check Security Issue