At 04:55 05.03.2003, Clete Rivers Blackwell 2 said:
--------------------[snip]--------------------
>I have RedHat 8.0 with the everything box checked in packages... when I
>build the CVS of PHP5, it tells me that tempnam is dangerous and to use
>makename or something... I think it's a code bug, but just in case, does
>anyone know if this is due to an outdated version of some program?
--------------------[snip]-------------------- 

No, I don't think so - this warning is also generated for 4.2.something. It
is a warning from gcc about a possibly insecure implementation of the
tempnam() function where a race condition could occur.

There are some interesting answers to this questions on google - search for
"tempnam dangerous".


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to