scrubbing routines.

git-svn-id: file:///svn/unbound/trunk@354 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-06-01 09:42:31 +00:00
parent a7d3013334
commit 28f9864b53
7 changed files with 435 additions and 53 deletions
+2 -2
View File
@@ -1218,8 +1218,8 @@ process_response(struct module_qstate* qstate, struct iter_qstate* iq,
goto handle_it;
/* normalize and sanitize: easy to delete items from linked lists */
if(!scrub_message(pkt, prs, &qstate->qinfo,
iq->dp->name, iq->dp->namelen, qstate->scratch))
if(!scrub_message(pkt, prs, &qstate->qinfo, iq->dp->name,
qstate->scratch))
goto handle_it;
/* allocate response dns_msg in region */