From owner-cvs-sys Fri Aug 11 00:26:39 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA09476 for cvs-sys-outgoing; Fri, 11 Aug 1995 00:26:39 -0700 Received: (from davidg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA09466 ; Fri, 11 Aug 1995 00:26:28 -0700 Date: Fri, 11 Aug 1995 00:26:28 -0700 From: David Greenman Message-Id: <199508110726.AAA09466@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/08/11 00:26:27 Modified: sys/miscfs/procfs procfs_vnops.c Log: Be careful not to dereference NULL credentials pointers when doing the getattr function.