This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbasti
Recipients mbasti
Date 2014-10-24.15:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

I'm getting null pointer dereference which leads to segmentation fault.
I have no stable reproducer, but don't hesitate to contact me.

Additional info is here: https://fedorahosted.org/freeipa/ticket/4649

python 2.7.8-4.1 (Fedora 21)

#0  0x00007f3c4a66dde4 in newPySSLObject (ciphers=0x7f3c4544eeb4 "DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2", cacerts_file=<optimized out>, proto_version=PY_SSL_VERSION_SSL23, 
    certreq=<optimized out>, socket_type=<optimized out>, cert_file=0x0, key_file=0x0, Sock=0x7f3c3fbafc30) at /usr/src/debug/Python-2.7.8/Modules/_ssl.c:317
317	        self->ctx->options &= ~(SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);

(gdb) p self->ctx
$1 = (SSL_CTX *) 0x0
History
Date User Action Args
2014-10-24 15:03:05mbastisetrecipients: + mbasti
2014-10-24 15:03:05mbastisetmessageid: <1414162985.53.0.0830998350646.issue22717@psf.upfronthosting.co.za>
2014-10-24 15:03:05mbastilinkissue22717 messages
2014-10-24 15:03:04mbasticreate