From owner-cvs-libexec Mon Apr 27 03:53:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13256 for cvs-libexec-outgoing; Mon, 27 Apr 1998 03:53:07 -0700 (PDT) (envelope-from owner-cvs-libexec) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13118; Mon, 27 Apr 1998 03:52:58 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19500; Mon, 27 Apr 1998 03:51:28 -0700 (PDT) Date: Mon, 27 Apr 1998 03:51:28 -0700 (PDT) Message-Id: <199804271051.DAA19500@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd popen.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dg 1998/04/27 03:51:27 PDT Modified files: libexec/ftpd popen.c Log: Fixed a bug where if MAXUSRARGS amount of args were passed in, the argv[] array would end up without the NULL pointer termination, causing the glob code to glob whatever garbage happend to follow on the stack. Revision Changes Path 1.11 +4 -2 src/libexec/ftpd/popen.c