From owner-freebsd-bugs Fri Oct 27 10:08:08 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA04406 for bugs-outgoing; Fri, 27 Oct 1995 10:08:08 -0700 Received: from tribe.com (tribe.com [199.35.172.35]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA04397 for ; Fri, 27 Oct 1995 10:08:06 -0700 Received: from [205.184.207.4] ([205.184.207.4]) by tribe.com (8.6.11/8.6.9) with SMTP id KAA08844 for ; Fri, 27 Oct 1995 10:07:51 -0700 Date: Fri, 27 Oct 1995 10:07:51 -0700 Message-Id: <199510271707.KAA08844@tribe.com> X-Sender: kedron@tribe.tribe.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: bugs@freebsd.org From: kedron@tribe.com (Kedron Wolcott) Subject: 2.0.5 mktemp bug. Sender: owner-bugs@freebsd.org Precedence: bulk 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 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