From 745bf26eddee8bec40ea63b7ed04606164d8dff5 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 29 Sep 2015 20:53:02 +0300 Subject: [PATCH] Initialize not_used fix cid#1308981 --- pdns/dnsparser.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsparser.hh b/pdns/dnsparser.hh index 4a12057932..fa66649589 100644 --- a/pdns/dnsparser.hh +++ b/pdns/dnsparser.hh @@ -73,6 +73,7 @@ public: : d_pos(0), d_startrecordpos(0), d_content(content) { d_recordlen = content.size(); + not_used = 0; } uint32_t get32BitInt(); -- 2.47.2