Bug#334938: [Pkg-openssl-devel] Bug#334938: libssl0.9.8: libcrypt-ssleay-perl seg faults via https addresses

Kurt Roeckx kurt at roeckx.be
Fri Oct 21 16:35:32 UTC 2005


On Thu, Oct 20, 2005 at 05:11:14PM -0700, Kees Cook wrote:
> Package: libssl0.9.8
> Version: 0.9.8a-2
> Severity: grave
> Justification: renders package unusable
> 
> 
> There is a seg fault when using Perl LWP to access https sites:
> 
> #0  0xb7dc3942 in SSL_CTX_ctrl () from /usr/lib/i686/cmov/libssl.so.0.9.8
> #1  0xb7de07de in XS_Crypt__SSLeay__CTX_new ()
>    from /usr/lib/perl5/auto/Crypt/SSLeay/SSLeay.so
> #2  0x080c0ad0 in Perl_pp_entersub ()
> #3  0x080b95ba in Perl_runops_standard ()
> #4  0x08064e43 in perl_run ()
> #5  0x0805fd4f in main ()
> 
> For example:
> 
> $ perl -MHTTP::Request -MLWP::UserAgent -e '
>     $agent = LWP::UserAgent->new();
>     $request  = HTTP::Request->new("GET" => "https://www.osdl.org/");
>     $response = $agent->request($request);
> '
> Segmentation fault

I can reproduce this, and it alteast doesn't look like a case of
2 versions of libssl loaded together.  Will take a closer look
later.


Kurt





More information about the Pkg-openssl-devel mailing list