]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make isc_time_nowplusinterval consistent with other functions
authorMartin Basti <mbasti@isc.org>
Thu, 9 Jul 2026 12:25:33 +0000 (14:25 +0200)
committerMartin Basti <mbasti@isc.org>
Wed, 22 Jul 2026 09:17:36 +0000 (11:17 +0200)
commit995308e416c3ec99cba4c69e12f46fc2b8ee3faf
tree3e24d1a7bbc6cd0d8aaca58ef6843963fb9719c7
parente64252fc3507ebc05e33bbfb42175f53f2831d98
Make isc_time_nowplusinterval consistent with other functions

isc_time_nowplusinterval was using different code than the
rest of functions in the time.c. Replace custom overflow logic
with ckd_add macro.
lib/isc/time.c