Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: al.m.kuzmin [...] gmail.com
Cc:
AdminCc:

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



Subject: Net::DNS::Resolver::Base::axfr broken in 1.09
Date: Tue, 25 Apr 2017 10:43:28 +0300
To: bug-Net-DNS [...] rt.cpan.org
From: Alexey Kuzmin <al.m.kuzmin [...] gmail.com>
Dear Sirs, Net::DNS::Resolver::Base::axfr won't return records. Rolling back to 1.04 helps. Looks like it's a logical issue inside axfr() my ( $select, $verify, @rr, $soa ) = $self->_axfr_start(@_); $soa will never be defined here. Besides that, _axfr_start() returns $reply->answer instead of @rr.
On Tue Apr 25 03:43:38 2017, al.m.kuzmin@gmail.com wrote: Show quoted text
> Dear Sirs, > > Net::DNS::Resolver::Base::axfr won't return records. > Rolling back to 1.04 helps. > > Looks like it's a logical issue inside axfr() > > my ( $select, $verify, @rr, $soa ) = $self->_axfr_start(@_); > > $soa will never be defined here.
True, it is initialized to undef on purpose. Show quoted text
> Besides that, _axfr_start() returns $reply->answer instead of @rr.
Which is the list of RR's in the answer section, so that is correct. Could you try if 1.08 still worked for you? Does transfer for net-dns.org. from 185.49.140.60 work for you? If it does, do you have the name and nameserver so I can reproduce? Best regards, -- Willem