NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/53605 CVS commit: src/sys/dev
The following reply was made to PR kern/53605; it has been noted by GNATS.
From: "Jonathan A. Kollasch" <jakllsch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/53605 CVS commit: src/sys/dev
Date: Thu, 15 Nov 2018 23:01:46 +0000
Module Name: src
Committed By: jakllsch
Date: Thu Nov 15 23:01:46 UTC 2018
Modified Files:
src/sys/dev/bluetooth: bthidev.c
src/sys/dev/hid: hid.c hid.h
src/sys/dev/i2c: ihidev.c
src/sys/dev/usb: uhidev.c
Log Message:
Correctly handle signed/unsigned quantities in kernel HID parser.
Should fix PR kern/53605.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/bluetooth/bthidev.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hid/hid.c src/sys/dev/hid/hid.h
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/ihidev.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/uhidev.c
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