Files
bind9/lib/isc
Ondřej Surý 8c05f12bc8 Fix isc_time_add() overflow
The isc_time_add() could overflow when t.seconds + i.seconds == UINT_MAX
and t.nanoseconds + i.nanoseconds >= NS_PER_S.

Fix the overflow in isc_time_add(), and simplify the ISC_R_RANGE checks
both in isc_time_add() and isc_time_subtract() functions.
2021-10-21 09:31:01 +02:00
..
2021-06-09 14:35:14 +02:00
2021-09-17 07:09:50 +02:00
2021-08-18 13:49:48 +10:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-10-12 13:11:13 -07:00
2021-08-24 09:07:15 +02:00
2021-10-21 09:31:01 +02:00
2021-10-05 11:23:47 +03:00