NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59964 CVS commit: src
The following reply was made to PR kern/59964; it has been noted by GNATS.
From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59964 CVS commit: src
Date: Sat, 7 Feb 2026 01:47:23 +0000
Module Name: src
Committed By: riastradh
Date: Sat Feb 7 01:47:23 UTC 2026
Modified Files:
src/sys/kern: kern_time.c
src/tests/lib/libc/sys: t_getitimer.c t_timer_create.c
Log Message:
setitimer(2), timer_settime(2): Avoid arithmetic overflow.
PR kern/59964: kernel diagnostic assertion
"it->it_time.it_value.tv_sec >= 0" failed
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/sys/kern/kern_time.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/sys/t_getitimer.c
cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/sys/t_timer_create.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