From: bert hubert Date: Tue, 4 Jun 2013 13:18:34 +0000 (+0200) Subject: this commit will force potential undefined behaviour into a crash. Not observed in... X-Git-Tag: auth-3.3-rc2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aff674209a580cbd060fa009668be93800019e04;p=thirdparty%2Fpdns.git this commit will force potential undefined behaviour into a crash. Not observed in real life. --- diff --git a/pdns/dns.hh b/pdns/dns.hh index dbc717f293..170f3980e9 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -37,7 +37,7 @@ class DNSBackend; struct SOAData { - SOAData() : scopeMask(0) {}; + SOAData() : db(0), scopeMask(0) {}; string qname; string nameserver; diff --git a/pdns/dynlistener.cc b/pdns/dynlistener.cc index 593f907a5b..b46dcec7c7 100644 --- a/pdns/dynlistener.cc +++ b/pdns/dynlistener.cc @@ -1,6 +1,6 @@ /* PowerDNS Versatile Database Driven Nameserver - Copyright (C) 2002 - 2008 PowerDNS.COM BV + Copyright (C) 2002 - 2013 PowerDNS.COM BV This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as