Quotes of the week
Quotes of the week
Posted Jun 3, 2010 15:47 UTC (Thu) by RobSeace (subscriber, #4435)In reply to: Quotes of the week by spender
Parent article: Quotes of the week
> This should be less common in C apps now that there are more secure
> functions available for the creation of temporary files, but it remains a
> problem for scripting languages (think echo "blah" >> $TMPDIR/test).
> functions available for the creation of temporary files, but it remains a
> problem for scripting languages (think echo "blah" >> $TMPDIR/test).
Shell scripts, at least, have no excuse anymore, either: they can just use /bin/mktemp...
