mkstemp implementation: Specify a umask for open().
commit0bcd515c57e355e02531c5d00d747a54df3e5942
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 14 Feb 2007 10:38:15 +0000 (14 11:38 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 15 Feb 2007 11:20:48 +0000 (15 12:20 +0100)
tree3340abfd11343f5259525999d91001cb1ed26bca
parente1ee0c0e20498d99e87682db8d604ce31dac0fcd
mkstemp implementation: Specify a umask for open().

We have been lucky in the past that the missing argument was taken from
whatever random value was on the stack and it was still a somewhat
useful umask, but we should really specify 0600 there.
compat/mingw.c