OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Alexandr Shadchin (shadchincvs.openbsd.org)
Date: Fri Dec 24 2010 - 12:22:20 CST


CVSROOT: /cvs
Module name: src
Changes by: shadchincvs.openbsd.org 2010/12/24 11:22:20

Modified files:
        sys/dev/pckbc : pms.c

Log message:
fix crash:
after boot and before the first activation (wsmoused or X),
sc->protocol is not initialized, and any call ioctl lead to crash
(example 'wsconsctl -a')

thanks and ok krw