Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 77388
Status: rejected
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: ogud [...] shinkuro.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: ogud [...] shinkuro.com
Subject: Additional section missing when large
Date: Wed, 23 May 2012 17:25:14 -0400
To: bugs-Net-DNS [...] rt.cpan.org
From: Olafur Gudmundsson <ogud [...] shinkuro.com>
I kept getting periodic errors in one of my programs and finally got around isolating the bug. Attached is a small program that demonstrates the bug. The issue seems to be when doing non-recursive query to an authoritative server that returns lots of glue Net::DNS keeps the counter in header BUT there are no records in the additional section. I was looking for the OPT record when I found this bug. Olafur

Message body is not shown because sender requested not to inline it.

Hi Olafur, I cannot reproduce, not from trunk and not with versions Net::DNS 0.65 and Net::DNS::SEC 0.15. In both cases I have: # ./demonstrate_bug.pl ;; id = 9449 ;; qr = 1 opcode = QUERY aa = 1 tc = 0 rd = 0 ;; ra = 0 ad = 1 cd = 0 rcode = NOERROR ;; qdcount = 1 ancount = 2 nscount = 5 arcount = 17 1 notice the large number for additional section 17 accessing the first record in the additional section Type = A which matches with what dig @152.131.16.7 patientsafety.gov SOA +norecurse +dnssec gives me. Does the dig command work with you? Nest regards, -- Willem On Wed 23 Mei 2012 17:25:24, ogud@shinkuro.com wrote: Show quoted text
> > I kept getting periodic errors in one of my programs and finally got > around isolating the bug. > Attached is a small program that demonstrates the bug. > > The issue seems to be when doing non-recursive query to an authoritative > server that returns lots of glue Net::DNS keeps the counter in header > BUT there are no records in the additional section. > I was looking for the OPT record when I found this bug. > > Olafur > > >
Cannot reproduce and no feedback. Closing ticket.