]> granicus.if.org Git - pdns/commit
Check NSEC3PARAMRecordContent pointer before dereferencing it.
authorRemi Gacogne <rgacogne-github@coredump.fr>
Tue, 3 Nov 2015 15:14:06 +0000 (16:14 +0100)
committerRemi Gacogne <rgacogne-github@coredump.fr>
Tue, 3 Nov 2015 15:14:06 +0000 (16:14 +0100)
commit83ff9428dbaedbcb3b93c513501f54eb3ce5cc21
tree5715e0b7a6bc3c0a4e7d69f4b19c850f4aa4c03b
parent1e813079193a8060c81c2f98b81cdfcf11f4ac34
Check NSEC3PARAMRecordContent pointer before dereferencing it.

Bind2Backend::getNSEC3PARAM() does not seem to be called with a NULL
NSEC3PARAMRecordContent pointer, but better safe than sorry.
modules/bindbackend/binddnssec.cc