From owner-freebsd-bugs Tue May 9 01:48:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06674 for bugs-outgoing; Tue, 9 May 1995 01:48:25 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA06668 for ; Tue, 9 May 1995 01:48:22 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id BAA28076; Tue, 9 May 1995 01:48:04 -0700 Date: Tue, 9 May 1995 01:48:04 -0700 Message-Id: <199505090848.BAA28076@silvia.HIP.Berkeley.EDU> To: Hans.Wander@mch.sni.de CC: bugs@FreeBSD.org In-reply-to: <9505080845.AA05668@hathor.mch.sni.de> (Hans.Wander@mch.sni.de) Subject: Re: bug in pkd_add From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * 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) This problem is already fixed as we use vsystem() for that purpose now. Thanks for the report though. Satoshi