Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 1994 15:25:14 -0800
From:      Andreas Schulz <ats>
To:        cvs-bin, CVS-commiters
Subject:   cvs commit: src/bin/ps fmt.c
Message-ID:  <199411102325.PAA04108@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
ats         94/11/10 15:25:14

  Modified:    bin/ps   fmt.c
  Log:
  Fix an error to prevent some core dumps from ps.
  You can get ps easily to core dump, if you are running a "make depend"
  on a kernel in one window and a "ps -auxww" in another. The ww will
  try to give you the full argument list of the command that can
  now be 64Kb large, but ps expected only 4Kb large arg arrays and
  doesn't check for overflows.



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