Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 1998 03:51:28 -0700 (PDT)
From:      David Greenman <dg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG
Subject:   cvs commit: src/libexec/ftpd popen.c
Message-ID:  <199804271051.DAA19500@freefall.freebsd.org>

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



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