Skip Menu |

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

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

People
Owner: rt-cpan [...] triv.org
Requestors: rt-cpan [...] triv.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.12
  • 0.14
  • 0.19
  • 0.20
  • 0.21
  • 0.22
  • 0.23
Fixed in: (no value)



Use of uninitialized value in hash element at /usr/share/lib/perl5/ site_perl/5.6.0/Net/DNS/RR.pm line 144, <> line 1068 (#1) The problem is: if ($RR{$rrtype}) { my $subclass = $class . "::" . $rrtype; $retval = $subclass->new(\%self, $data, $offset); } I have noted that it most often happens if one is looking in the answer and/or additional sections and the only records are in the authority section, namely a SOA.