From owner-freebsd-bugs Mon May 8 01:44:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA21911 for bugs-outgoing; Mon, 8 May 1995 01:44:08 -0700 Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA21905 for ; Mon, 8 May 1995 01:44:05 -0700 Received: from hathor.mch.sni.de by thoth.mch.sni.de with SMTP id AA10508 (5.67a/IDA-1.5 for <@mail.mch.sni.de:bugs@FreeBSD.org>); Mon, 8 May 1995 10:43:31 +0200 Received: by hathor.mch.sni.de (931110.SGI/930416.SGI.AUTO) for @mail.mch.sni.de:bugs@FreeBSD.org id AA05668; Mon, 8 May 95 10:45:08 +0200 From: Hans.Wander@mch.sni.de (Hans Wander) Message-Id: <9505080845.AA05668@hathor.mch.sni.de> Subject: bug in pkd_add To: bugs@FreeBSD.org Date: Mon, 8 May 1995 10:45:07 +0200 (MDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 504 Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi folks, I'v found a bug in the sources of pkg_add: in the file perform.c, line 215-216 the function call execl("/usr/sbin/mtree",....) is not terminated with a NULL pointer it should be: execl("/usr/sbin/mtree",....,NULL) Hans PS: pkg_manage crashes with segmentation fault and dumps a core; PPS: I'm using the 041595-SNAP release. -- Siemens-Nixdorf Informationssysteme Carl Wery Str. 22, 81739 Muenchen, Germany Tel.: + 49 (89) 636-43496, FAX: + 49 (89) 636-40926 e-mail: Hans.Wander@mch.sni.de