https://bugzilla.redhat.com/show_bug.cgi?id=1119521

            Bug ID: 1119521
           Summary: decode fails with well formatted packet
           Product: Fedora
           Version: rawhide
         Component: perl-Net-DNS
          Severity: medium
          Assignee: psab...@redhat.com
          Reporter: ja...@puck.nether.net
        QA Contact: extras...@fedoraproject.org
                CC: perl-devel@lists.fedoraproject.org, psab...@redhat.com
   External Bug ID: CPAN 96439
   External Bug ID: CPAN 96439



Description of problem:

This problem is captured via the upstream bug report here:
https://rt.cpan.org/Public/Bug/Display.html?id=96439#txn-1375388

but is seen both in Fedora 20 and 21 (rawhide) at this time.


Version-Release number of selected component (if applicable): 0.78 is released
with this fix.


How reproducible:

Happens always


Steps to Reproduce:
1. my $buf = pack "H*",
"63270000000100000000000100000200010000291000000080000000"; 
2. my $packet = new Net::DNS::Packet(\$buf, 0); 
3. $packet->print;

Actual results:

Can't call method "decode" on an undefined value at
/usr/lib64/perl5/vendor_perl/Net/DNS/Domain.pm line 283, <> line 3.

Expected results:

Function works properly and prints out decoded data per script

Additional info:

Would like to see 0.78 pushed to both fc20 + rawhide to pick up this fix

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=W3ZxyYMPiF&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to