commit | 50b24d0d7cc7b787acc1f8481173e5e0d536fe28 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 11 20:48:42 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 11 20:48:42 2013 +0200 |
tree | 7465cab4d1a418ce907c6d60aafd3ba9376aa529 | |
parent | 85b2afb1b1f3e24b1ecddfc955b5d4614fc6f39e [diff] |
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. Patch by Kazuhiro Yoshida. (originally issue #8109)