On February 1, 2003 03:31 am, Gerald Pfeifer wrote:
We have had some (security-relevant) warning regressions for the following two programs in tools:
There's no regression -- these utilities have been using tempnam() from their very beginnings... :)
Would you mind using mkstemp() instead of tempnam()?
I'm afraid that's not possible. I need a file name to pass to other processes, not a file descriptor. Any other suggestions?