mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 13:27:43 +02:00
scrubbing routines.
git-svn-id: file:///svn/unbound/trunk@354 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
+2
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user