Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 1995 10:07:51 -0700
From:      kedron@tribe.com (Kedron Wolcott)
To:        bugs@freebsd.org
Subject:   2.0.5 mktemp bug.
Message-ID:  <199510271707.KAA08844@tribe.com>

next in thread | raw e-mail | index | archive | help
Hello!

Sorry about not filing this report with the send-pr command, but I'm just
learning Unix now and I don't have the mail program up.

However, I do think this is a bug.  The program

---------
#include <unistd.h>

void
main ( void )
{
  mktemp( "/tmp/tmp.XXXX" );
}
---------

gives me a bus-error core dump.  I'm running FreeBSD release 2.0.5 #0, and
I compiled the program with GCC-2.6.3.

Thanks.
Kedron Wolcott





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510271707.KAA08844>