tag 418140 + confirmed upstream
kthxbye

Some debugging I just did lets me think that this bug is
IO::Socket::SSLs fault.

It calls

  Net::SSLeay::CTX_get_cert_store($ctx)

whereas $ctx is SSL_CTX * wrapper and passes the result, a X509_STORE *
to X509_STORE_CTX_set_flags, which doesn't expect a X509_STORE * but a
X509_STORE_CTX * as its first argument.

Therefor the X509_STORE_CTX the c function will get will contain
garbage, causing a segfault.


As I'm maintaining the debian packages for both modules I won't reassign
this bug for bow but contact the IO::Socket::SSL upstream maintainer to
see what's his opinion on this.


-Flo

-- 
BOFH excuse #335:
the AA battery in the wallclock sends magnetic interference

Attachment: signature.asc
Description: Digital signature

Reply via email to