[Bug 1119521] New: decode fails with well formatted packet

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 15 01:00:27 UTC 2014


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: psabata at redhat.com
          Reporter: jared at puck.nether.net
        QA Contact: extras-qa at fedoraproject.org
                CC: perl-devel at lists.fedoraproject.org, psabata at 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



More information about the perl-devel mailing list