Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 1995 01:48:04 -0700
From:      asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        Hans.Wander@mch.sni.de
Cc:        bugs@FreeBSD.org
Subject:   Re: bug in pkd_add
Message-ID:  <199505090848.BAA28076@silvia.HIP.Berkeley.EDU>
In-Reply-To: <9505080845.AA05668@hathor.mch.sni.de> (Hans.Wander@mch.sni.de)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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



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