NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/39651 CVS commit: src/sys/dev/usb
The following reply was made to PR kern/39651; it has been noted by GNATS.
From: Jeremy Morse <jmorse%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/39651 CVS commit: src/sys/dev/usb
Date: Fri, 12 Dec 2008 05:35:11 +0000 (UTC)
Module Name: src
Committed By: jmorse
Date: Fri Dec 12 05:35:11 UTC 2008
Modified Files:
src/sys/dev/usb: umass.c usbdi.c usbdi.h
Log Message:
PR#39651
Fix two problems in umass:
* usb xfers being freed before being removed from pipe, leading to null deref
* config_activate requests not supported, which leads to config_deactivate
requests not being passed through. Spotted by jmcneill@
Added mechanism to usbdi allowing the default pipe to be aborted
To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/dev/usb/umass.c
cvs rdiff -r1.124 -r1.125 src/sys/dev/usb/usbdi.c
cvs rdiff -r1.76 -r1.77 src/sys/dev/usb/usbdi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index