]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: fix time_t truncation warnings from coverity by annotating them.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Nov 2023 15:06:50 +0000 (16:06 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 20 Nov 2023 15:06:50 +0000 (16:06 +0100)
commit8f67f0c283ad6408cdd8e1f836a51a9b98b436b0
treeba058bb5cc3b14aab212aba2b668edc6e6d896c0
parent7b3d7a5cafe6c256559038b820737c022d3c3854
rec: fix time_t truncation warnings from coverity by annotating them.

Mostly they are due to DNS using 32-bit timestamps.
pdns/axfr-retriever.cc
pdns/ixfr.cc
pdns/recursordist/aggressive_nsec.cc
pdns/recursordist/rec-zonetocache.cc
pdns/recursordist/rec_channel.cc
pdns/recursordist/recpacketcache.cc
pdns/recursordist/recursor_cache.cc
pdns/recursordist/reczones-helpers.cc
pdns/recursordist/rpzloader.cc
pdns/recursordist/syncres.cc
pdns/unix_utility.cc