NetBSD-Bugs archive

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

PR/49144 CVS commit: src



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49144 CVS commit: src
Date: Sun, 7 Sep 2014 11:50:23 +0000

 Module Name:   src
 Committed By:  martin
 Date:          Sun Sep  7 11:50:23 UTC 2014
 
 Modified Files:
        src/sys/dev: clock_subr.c clock_subr.h
        src/tools/compat/dev: clock_subr.h
 
 Log Message:
 Avoid overflowing the "year" value by making the field uint64_t. Adapt
 arguments and local variables accordingly.
 This now fixes PR 49144 for real.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/sys/dev/clock_subr.c src/sys/dev/clock_subr.h
 cvs rdiff -u -r1.1 -r1.2 src/tools/compat/dev/clock_subr.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