From owner-cvs-sys Sat Jan 4 22:29:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA15074 for cvs-sys-outgoing; Sat, 4 Jan 1997 22:29:43 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA15067; Sat, 4 Jan 1997 22:29:42 -0800 (PST) Date: Sat, 4 Jan 1997 22:29:42 -0800 (PST) From: Nate Williams Message-Id: <199701050629.WAA15067@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/04 22:29:41 Modified: sys/i386/isa psm.c Log: Fix for PR/2333 - psm0 panics if no mouse attached: The problem is that `psmopen()' doesn't validate a pointer before using it. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.33 +7 -2 src/sys/i386/isa/psm.c