Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 1995 10:45:07 +0200 (MDT)
From:      Hans.Wander@mch.sni.de (Hans Wander)
To:        bugs@FreeBSD.org
Subject:   bug in pkd_add
Message-ID:  <9505080845.AA05668@hathor.mch.sni.de>

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




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