From 98c7dd26ecc3d9b6a052cde9dd876f8f6bc56191 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 12 Mar 2021 16:58:57 +0100 Subject: [PATCH] CSYNCRecordContent: init member variables --- pdns/dnsrecords.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsrecords.hh b/pdns/dnsrecords.hh index fe98813143..8d2cea1014 100644 --- a/pdns/dnsrecords.hh +++ b/pdns/dnsrecords.hh @@ -759,8 +759,8 @@ public: } private: - uint32_t d_serial; - uint16_t d_flags; + uint32_t d_serial{0}; + uint16_t d_flags{0}; NSECBitmap d_bitmap; }; -- 2.47.2