[issue24186] OpenSSL causes buffer overrun exception

2016-09-09 Thread Steve Dower
Steve Dower added the comment: Buildbots look okay with this now, so considering it closed. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue24186] OpenSSL causes buffer overrun exception

2016-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a8a6e26a1bc by Steve Dower in branch 'default': Issue #24186: Reenable optimised OpenSSL function https://hg.python.org/cpython/rev/6a8a6e26a1bc -- ___ Python tracker

[issue24186] OpenSSL causes buffer overrun exception

2015-08-08 Thread Steve Dower
Steve Dower added the comment: I did not get a helpful response from the compiler team, so the optimized function will have to stay disabled for 3.5. Moving this to 3.6 in the hope that we can figure it out by then. -- versions: +Python 3.6 -Python 3.5

[issue24186] OpenSSL causes buffer overrun exception

2015-05-13 Thread Steve Dower
New submission from Steve Dower: There is an issue where an optimised OpenSSL function causes a buffer overrun in 64-bit Windows builds and terminates the process (this is why the buildbots aren't getting very far right now). I suspect it may be a compiler issue, but for now I'm disabling the

[issue24186] OpenSSL causes buffer overrun exception

2015-05-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25d78aa1ec21 by Steve Dower in branch 'default': Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid crashing. https://hg.python.org/cpython/rev/25d78aa1ec21 -- nosy: +python-dev