]> granicus.if.org Git - pdns/commitdiff
Initialize not_used
authorAki Tuomi <cmouse@desteem.org>
Tue, 29 Sep 2015 17:53:02 +0000 (20:53 +0300)
committerAki Tuomi <cmouse@desteem.org>
Sat, 3 Oct 2015 21:52:45 +0000 (00:52 +0300)
fix cid#1308981

pdns/dnsparser.hh

index 4a120579320233a0900bd7bbfc3166ddab793574..fa666495891943068c40940930d2ecbf45399ffe 100644 (file)
@@ -73,6 +73,7 @@ public:
     : d_pos(0), d_startrecordpos(0), d_content(content)
   {
     d_recordlen = content.size();
+    not_used = 0;
   }
 
   uint32_t get32BitInt();