Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 1996 00:08:04 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/ddb db_ps.c
Message-ID:  <199606150708.AAA03750@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       96/06/15 00:08:04

  Modified:    sys/ddb   db_ps.c
  Log:
  A small bit of defensive programming in case the panic is during process
  exit and cleanup.  the 'ps' command assumes that there are always 'nproc'
  processes on the lists and will walk off the end without checking if not,
  causing ddb to trap during the 'ps' command.
  
  Revision  Changes    Path
  1.12      +5 -1      src/sys/ddb/db_ps.c



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