svn rev #20896: trunk/src/lib/kdb/

epeisach@MIT.EDU epeisach at MIT.EDU
Sun Oct 19 06:44:58 EDT 2008


Commit By: epeisach
Log Message: 
ticket: new
subhect: netbsd mktemp actually tries to open file

In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....
This returns an error - as it actually tries to open the file.
Move some of the logic that points to the actual filename earlier - so
mktemp works on the .... portion.

Note that the netbsd linker gives a warning on using mktemp as it may be
insecure - but there is no obvious way to avoid it.




Changed Files:
U   trunk/src/lib/kdb/kdb_default.c



More information about the cvs-krb5 mailing list