]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF #754870, SSL crash interpreter when remote side closes during connect
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 03:25:20 +0000 (03:25 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 30 Jun 2003 03:25:20 +0000 (03:25 +0000)
commita9002f824bdca26700a9a6e7b7e6b36a9482e345
tree4e8f7fac0afb3e32db43fba58d3e52d9c3b99e0c
parentb346096b656aa23e38edc88de60c3b6dbbaef898
Fix SF #754870, SSL crash interpreter when remote side closes during connect

Also fix a memory leak.
Lib/test/test_socket_ssl.py
Modules/_ssl.c