Changeset 2331

Show
Ignore:
Timestamp:
01/10/12 15:14:11 (17 months ago)
Author:
ahu
Message:

fix CVE-2012-0206, and PowerDNS Authoritative Server Security Notification 2012-01

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/common_startup.cc

    r2324 r2331  
    255255      numreceived6++; 
    256256 
     257     if(P->d.qr) 
     258       continue; 
     259 
    257260    S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName()); 
    258261    S.ringAccount("remotes",P->getRemote());