[krbdev.mit.edu #6002] krb5_rc_io_creat should use mkstemp
Tom Yu via RT
rt-comment at krbdev.mit.edu
Thu Jul 17 11:02:49 EDT 2008
mkstemp() does not take file mode flags, so to get the correct file
permissions on the file, we need to either use umask() (not
thread-friendly) or fchmod().
More information about the krb5-bugs
mailing list