]> git.ipfire.org Git - thirdparty/pdns.git/commit
Two Coverity reports: 1419403 Uncaught exception and 1419401 Uncaught exception
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Apr 2022 11:21:30 +0000 (13:21 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 6 Apr 2022 11:21:30 +0000 (13:21 +0200)
commit57e9d0899ffdd8881108573fa3c21913f7ac6fd0
treef43c6c8c5f25252b279c7fc66fbb317b3c22fd3f
parentd291045e9acdbee20f3f41f6d48ad00ff5bd7d1a
Two Coverity reports: 1419403 Uncaught exception and 1419401 Uncaught exception

Both cases have the same root cause: a possible exception thrown
from NetmaskTree::copyTree.  Coverity negelects to report the calling
context, I'm assuming it is from a static initializer.  As a
NetmaskTree can only have valid nodes (insert does not allow an
invalid AF), reading from an existign tree should be fine.
pdns/iputils.hh