]> granicus.if.org Git - pdns/commit
Check return value of getTSIGKey and B64Decode
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 9 Nov 2017 10:09:32 +0000 (11:09 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 10 Nov 2017 12:16:00 +0000 (13:16 +0100)
commitfba65bff16fd5decaa80df08938873725cbdfe45
treebd03b690b17a425c934424ec8dd623765dbe5af9
parent0e2d173db1d0535165442552f17079dbb9d30f10
Check return value of getTSIGKey and B64Decode

This would lead to crashes if the TSIG key was referenced in
TSIG-ALLOW-FROM but the key was not in the tsigkeys table.

Closes #5931
pdns/mastercommunicator.cc