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.