[issue29470] [python] Error in `/usr/bin/python': free(): invalid size: 0x00007f628400d0e0

David Ford (FirefighterBlu3) report at bugs.python.org
Tue Feb 14 22:40:53 EST 2017


David Ford (FirefighterBlu3) added the comment:

my SNI callback is a function that chooses which SSL certificate to load and summarized is:

      6 def sni_callback(sock, servername, context):
[...]
     44     # load a specific crt/key
     45     store = crtstore[servername]
     46 
     47     context.load_cert_chain( certfile = store['certfile'],
     48                              keyfile  = store['keyfile'],
     49                              password = store['password'] )

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29470>
_______________________________________


More information about the Python-bugs-list mailing list