NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45872 CVS commit: src/sys/dev/wscons
The following reply was made to PR kern/45872; it has been noted by GNATS.
From: "Pierre Pronchery" <khorben%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45872 CVS commit: src/sys/dev/wscons
Date: Fri, 14 Mar 2014 05:03:19 +0000
Module Name: src
Committed By: khorben
Date: Fri Mar 14 05:03:19 UTC 2014
Modified Files:
src/sys/dev/wscons: mra.c
Log Message:
Fixed wrong cast and invalid array access in the calibration framework, as
documented in PR kern/45872. The AA() macro accessed sample coordinates as
long integers, whereas they are really stored as signed integers.
Fixes calibration on my Wetab device.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/wscons/mra.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