Marcus Meissner <[EMAIL PROTECTED]> writes: > This has been some time ago, and those old libc versions should not be used > anymore for security reasons.
Well the man page says "Don't use this function", and if it's broken in old glibc it can be broken on other systems too. I think it's safer to do the open ourselves, especially since this is pretty trivial to do. > If you have a description on what was broken I can whip up a configure > check though. The bug is that the temp file is created with mode 0666. But you can't do a configure check for a run-time feature/bug anyway. -- Alexandre Julliard [EMAIL PROTECTED]