File pdns-2.9.22-CVE-2012-0206.patch of Package pdns
--- pdns/common_startup.cc 2008-11-19 18:56:52.000000000 +0100
+++ pdns/common_startup.cc 2012-02-03 13:56:21.758483001 +0100
@@ -244,6 +244,8 @@
numreceived4++;
else
numreceived6++;
+ if(P->d.qr)
+ continue;
S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName());
S.ringAccount("remotes",P->getRemote());