From: deraadt Date: Thu, 13 Feb 1997 00:02:04 +0000 (+0000) Subject: still uses mktemp; XXX to death for a modicum of security against races X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=873c433cd4900e5d8ef927a721cb61743421c9fe;p=openbsd still uses mktemp; XXX to death for a modicum of security against races --- diff --git a/kerberosIV/kprop/kprop.c b/kerberosIV/kprop/kprop.c index b0d6a58aa8d..e1f47e03168 100644 --- a/kerberosIV/kprop/kprop.c +++ b/kerberosIV/kprop/kprop.c @@ -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;