From owner-cvs-sys Sat Jul 27 11:28:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24181 for cvs-sys-outgoing; Sat, 27 Jul 1996 11:28:25 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24133; Sat, 27 Jul 1996 11:28:12 -0700 (PDT) Date: Sat, 27 Jul 1996 11:28:12 -0700 (PDT) From: John Dyson Message-Id: <199607271828.LAA24133@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/07/27 11:28:11 Modified: sys/miscfs/procfs procfs_map.c Log: Under certain circumstances, reading the /proc/*/map file can crash the system. Nonexistant objects were not handled correctly. Revision Changes Path 1.3 +5 -2 src/sys/miscfs/procfs/procfs_map.c