Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-6] src/sys/dev/wscons



Module Name:    src
Committed By:   msaitoh
Date:           Fri Apr 11 08:38:07 UTC 2014

Modified Files:
        src/sys/dev/wscons [netbsd-6]: mra.c

Log Message:
Pull up following revision(s) (requested by khorben in ticket #1037):
        sys/dev/wscons/mra.c            1.6

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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.94.1 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