Skip Menu |

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

Report information
The Basics
Id: 24631
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: rwfranks [...] acm.org
Cc:
AdminCc:

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



Subject: Query for incomplete IPv6 address produces invalid PTR name
Perl 5.008008 Linux 2.6.19-1.2895.fc6 i686 Net::DNS 0.59 Accidentally missing a : from IPv6 address used in a query results in a PTR name containing embedded spaces. code fragment $q = Net::DNS::Question->new('1:2:3:4:5:6'); print $q->string,"\n"; produces 6.0.0.0.5.0.0.0.4.0.0.0.3.0.0.0.2.0.0.0.1.0.0.0. . . . . . . . .ip6.arpa. IN PTR which fails as expected, but concentrates unwarranted load on ip6.arpa nameservers.
From: rwfranks [...] acm.org
Attached patch eliminate unwanted spaces ensuring that resulting PTR query failures are no longer concentrated at ip6.arpa.
Download patch24631
application/octet-stream 777b

Message body not shown because it is not plain text.

Looks like the only ticket update type is Reply to Requester, so you are receiveing a few of these :-) patch released as 0.60