[issue42144] A missing "goto" in the _ssl module!

Zackery Spytz report at bugs.python.org
Sun Oct 25 00:51:47 EDT 2020


New submission from Zackery Spytz <zspytz at gmail.com>:

In the _ssl_configure_hostname() function, there's a missing "goto error;" if
SSL_set_tlsext_host_name() fails.

----------
assignee: christian.heimes
components: Extension Modules, SSL
messages: 379562
nosy: ZackerySpytz, christian.heimes
priority: normal
severity: normal
status: open
title: A missing "goto" in the _ssl module!
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42144>
_______________________________________


More information about the Python-bugs-list mailing list