View | Details | Raw Unified | Return to bug 216260
Collapse All | Expand All

(-)query.c (-2 / +2 lines)
Lines 207-213 Link Here
207
207
208
208
209
  NEWNAME:
209
  NEWNAME:
210
  if (++z->loop == 100) goto DIE;
210
  if (++z->loop == 500) goto DIE;
211
  d = z->name[z->level];
211
  d = z->name[z->level];
212
  dtype = z->level ? DNS_T_A : z->type;
212
  dtype = z->level ? DNS_T_A : z->type;
213
  dlen = dns_domain_length(d);
213
  dlen = dns_domain_length(d);
Lines 639-645 Link Here
639
639
640
640
641
  HAVEPACKET:
641
  HAVEPACKET:
642
  if (++z->loop == 100) goto DIE;
642
  if (++z->loop == 500) goto DIE;
643
  buf = z->dt.packet;
643
  buf = z->dt.packet;
644
  len = z->dt.packetlen;
644
  len = z->dt.packetlen;
645
645

Return to bug 216260