diff --git a/pdns/dnsname.hh b/pdns/dnsname.hh index 398c27c9d315..86079bae3218 100644 --- a/pdns/dnsname.hh +++ b/pdns/dnsname.hh @@ -335,7 +335,7 @@ struct SuffixMatchTree std::string d_name; mutable std::set> children; mutable bool endNode; - mutable T d_value; + mutable T d_value{}; /* this structure is used to do a lookup without allocating and copying a string, using C++14's heterogeneous lookups in ordered