Skip Menu |

This queue is for tickets about the IO-Socket-SSL CPAN distribution.

Report information
The Basics
Id: 124236
Status: rejected
Priority: 0/
Queue: IO-Socket-SSL

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: tests segfault on Windows after upgrade of Net::SSLeay
from 1.82 to 1.83. Strawberry perl 5.24.0, Windows XP. Cpantesters matrix has several similar results - http://fast-matrix.cpantesters.org/?dist=IO-Socket-SSL%202.054;os=mswin32;reports=1#sl=4,1 # openssl version compiled=0x100020af linked=0x100020af -- OpenSSL 1.0.2j 26 Sep 2016 # Net::SSLeay version=1.84 # parent IO::Socket::IP version=0.39 t/01loadmodule.t .................. ok ... # tcp connect to www.chksum.de:443 ok # fingerprint matches # validation with default CA w/o OCSP ok Free to wrong pool 3f5e38 not 40b0122 at C:\Strawberry240\cpan\build\IO-Socket-SSL-2.054-1\blib\lib/IO/Socket/SSL.pm line 2739. t/external/ocsp.t ................. Dubious, test returned 5 (wstat 1280, 0x500) Failed 3/3 subtests # found 152 CA certs # have root CA for www.bild.de in store # 5 connections to www.bild.de ok # have root CA for www.yahoo.com in store # 5 connections to www.yahoo.com ok # fingerprint www.yahoo.com matches Free to wrong pool 3f5e38 not 40d01ce at C:\Strawberry240\cpan\build\IO-Socket-SSL-2.054-1\blib\lib/IO/Socket/SSL.pm line 2739. t/external/usable_ca.t ............ Dubious, test returned 5 (wstat 1280, 0x500) Failed 18/21 subtests (less 3 skipped subtests: 0 okay) Also this program shows segfault (from LWP::Online): use LWP::Simple 5.805 qw{ get $ua }; $content = eval { get('http://yahoo.com/') }; -- Alexandr Ciornii, http://chorny.net
Show quoted text
> Free to wrong pool 3f5e38 not 40d01ce
Thanks for reporting the issue. But, this is actually a bug within Net::SSLeay, even though I've introduced the bug there :( I've added an appropriate issue to the Net::SSLeay bug tracker and also included a patch which fixes the issue. See https://rt.cpan.org/Public/Bug/Display.html?id=124241