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: Miod Vallat (miodcvs.openbsd.org)
Date: Tue Jun 02 2009 - 16:43:41 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2009/06/02 15:43:41

Modified files:
        sys/dev/usb : uhidev.c

Log message:
Avoid a buf oflow in uhidev_set_report_async() if we have to prepend the
report id and the data to report is too long (this should probably
use dynamic allocation for large reports).