]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Check the result of safeGetBBDomainInfo in Bind2Backend::searchRecords()
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 May 2019 13:41:55 +0000 (15:41 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 May 2019 13:41:55 +0000 (15:41 +0200)
commita4a18aa93063f9325859558a2c044d24749db978
tree040cf516faffaf04cbce67c137dd33eda2755df2
parentf93ad3910e47e73762675c80e5de5a1112330395
auth: Check the result of safeGetBBDomainInfo in Bind2Backend::searchRecords()

There should be no way for it to fail here since we iterate on known
domains, but better safe than sorry.
Reported by Coverity (CID 1401684).
modules/bindbackend/bindbackend2.cc