still uses mktemp; XXX to death for a modicum of security against races
authorderaadt <deraadt@openbsd.org>
Thu, 13 Feb 1997 00:02:04 +0000 (00:02 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 13 Feb 1997 00:02:04 +0000 (00:02 +0000)
kerberosIV/kprop/kprop.c

index b0d6a58..e1f47e0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: kprop.c,v 1.2 1995/12/14 08:43:48 tholo Exp $      */
+/*     $Id: kprop.c,v 1.3 1997/02/13 00:02:04 deraadt Exp $    */
 
 /*-
  * Copyright 1987 by the Massachusetts Institute of Technology.
@@ -142,7 +142,7 @@ prop_to_slaves(struct slave_host *sl, int fd, char *fslv)
     KTEXT_ST     ticket;
     CREDENTIALS  cred;
     MSG_DAT msg_dat;
-    static char tkstring[] = "/tmp/kproptktXXXXXX";
+    static char tkstring[] = "/tmp/kproptktXXXXXXXXXX";
     
     des_key_schedule session_sched;