]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix coverity time_t related warnings 12938/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 22 Jun 2023 07:12:10 +0000 (09:12 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 22 Jun 2023 07:12:10 +0000 (09:12 +0200)
commit5a7a3b67445af9cd1d2e8af2d842737a5a1ef398
treecd139a70e87acbae75417f9a64e17c2974346d84
parent5079639aa7c413db7dc15bf5ca8f6e5017e07e9b
Fix coverity time_t related warnings

Most are not *really* bad, as we convert tmioe_t or unsigned int, which is good
for quite some time. One case of converting time_t to *signed* int spotted.
modules/bindbackend/bindbackend2.cc
pdns/auth-zonecache.hh
pdns/dbdnsseckeeper.cc
pdns/ixplore.cc
pdns/saxfr.cc
pdns/serialtweaker.cc
pdns/tkey.cc
pdns/ws-auth.cc