From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24543 invoked from network); 5 May 1998 02:36:52 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 5 May 1998 02:36:52 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id WAA12034; Mon, 4 May 1998 22:31:13 -0400 (EDT) Resent-Date: Mon, 4 May 1998 22:31:13 -0400 (EDT) Message-Id: <199805050231.WAA27346@luomat.peak.org> Content-Type: text/plain MIME-Version: 1.0 From: Timothy J Luoma Date: Mon, 4 May 98 22:31:33 -0400 To: zsh-workers@math.gatech.edu Subject: ``mktemp() possibly used unsafely'' Resent-Message-ID: <"PoK6y1.0.zx2.nddJr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3926 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I just compiled 3.05 on a NetBSD 1.3 machine and saw this warning: utils.o: warning: mktemp() possibly used unsafely, consider using mkstemp () What is the danger here? How do I change to mkstemp ? TjL