NetBSD-Bugs archive

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

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



The following reply was made to PR kern/45872; it has been noted by GNATS.

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45872 CVS commit: [netbsd-6] src/sys/dev/wscons
Date: Fri, 11 Apr 2014 08:38:07 +0000

 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