From: Aki Tuomi Date: Mon, 23 Mar 2015 07:00:11 +0000 (+0200) Subject: Fix CID 1288932 X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2369%2Fhead;p=thirdparty%2Fpdns.git Fix CID 1288932 --- diff --git a/pdns/dnsrecords.cc b/pdns/dnsrecords.cc index ae9833ca6c..402ded4095 100644 --- a/pdns/dnsrecords.cc +++ b/pdns/dnsrecords.cc @@ -424,7 +424,7 @@ boilerplate_conv(TKEY, QType::TKEY, conv.xfr16BitInt(d_othersize); if (d_othersize>0) conv.xfrBlobNoSpaces(d_other, d_othersize); ) -TKEYRecordContent::TKEYRecordContent() : DNSRecordContent(QType::TKEY) {} +TKEYRecordContent::TKEYRecordContent() : DNSRecordContent(QType::TKEY) { d_othersize = 0; } // fix CID#1288932 uint16_t DNSKEYRecordContent::getTag() {