[Bug 261781] vdso: Time calculation integer overflow
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261781] VDSO time calculation integer overflow"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Feb 2022 18:07:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261781 --- Comment #2 from Jaroslaw Pelczar <jarek@jpelczar.com> --- (In reply to Konstantin Belousov from comment #1) scale = 295147905178 ffsl(295147905178) = 2 scale_bits = 2 delta = 64100295 fls(delta) = 26 2 + 26 < 63 => but overflow occurs. -- You are receiving this mail because: You are the assignee for the bug.