FreeBSD Bugzilla – Attachment 179072 Details for
Bug 216260
dns/djbdns: loop detection false positives.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to bump loop detection limit from 100 to 500.
loop.patch (text/plain), 466 bytes, created by
tjd-freebsd
on 2017-01-19 17:23:18 UTC
(
hide
)
Description:
Patch to bump loop detection limit from 100 to 500.
Filename:
MIME Type:
Creator:
tjd-freebsd
Created:
2017-01-19 17:23:18 UTC
Size:
466 bytes
patch
obsolete
>--- query.c.orig 2017-01-19 16:43:13.324744000 +0000 >+++ query.c 2017-01-19 16:43:35.128328000 +0000 >@@ -207,7 +207,7 @@ > > > NEWNAME: >- if (++z->loop == 100) goto DIE; >+ if (++z->loop == 500) goto DIE; > d = z->name[z->level]; > dtype = z->level ? DNS_T_A : z->type; > dlen = dns_domain_length(d); >@@ -639,7 +639,7 @@ > > > HAVEPACKET: >- if (++z->loop == 100) goto DIE; >+ if (++z->loop == 500) goto DIE; > buf = z->dt.packet; > len = z->dt.packetlen; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216260
: 179072