Skip Menu |

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

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

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

Bug Information
Severity: (no value)
Broken in: 1.01
Fixed in: 1.16_01



Subject: New NSEC3 for empty non-terminal leaves type bitmap undefined
my $base32 = $hash{'ent.example.'}; my @typelist = (); # empty non-terminal my $rr = new Net::DNS::RR( owner => "$base32.example.", type => 'NSEC3', algorithm => $nsec3param->algorithm, flags => $nsec3param->flags, iterations => $nsec3param->iterations, salt => $nsec3param->salt, hnxtname => $next{$base32}, typelist => [@typelist] ); my $wire = $rr->encode; Use of uninitialized value in pack at ... Net/DNS/RR/NSEC3.pm line 84.