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: Brad Smith (bradcvs.openbsd.org)
Date: Thu Oct 05 2006 - 01:19:59 CDT


CVSROOT: /cvs
Module name: src
Changes by: bradcvs.openbsd.org 2006/10/05 00:19:59

Modified files:
        sys/dev/usb : Tag: OPENBSD_3_9 ucom.c

Log message:
MFC:
Fix by mbalmer

Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using data
already freed by ucom_close().

Problem reported and initial patch provided by Marc Winiger <marcwiniger.ch>