Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/lpr/lpd



On Mon, Nov 28, 2005 at 08:27:31AM +1100, matthew green wrote:
>    
>    Log Message:
>    the mktemp() use here is not OK, adjust comment
> 
> 
> how is it not safe?

There is a race between mktemp() call and actually creating the
temporaty file, isn't there? Both mktemp() usages are quite easily
convertible to mkstemp(), BTW.

Jaromir
-- 
Jaromir Dolecek <jdolecek%NetBSD.org@localhost>            http://www.NetBSD.cz/
-=- We can walk our road together if our goals are all the same;     -=-
-=- We can run alone and free if we pursue a different aim.          -=-



Home | Main Index | Thread Index | Old Index