[New-bugs-announce] [issue41252] Incorrect reference counting in _ssl.c's _servername_callback()

Zackery Spytz report at bugs.python.org
Wed Jul 8 23:53:04 EDT 2020


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

In _servername_callback(), servername_bytes will be used after being
decrefed if PyUnicode_FromEncodedObject() fails.

----------
assignee: christian.heimes
components: Extension Modules, SSL
messages: 373371
nosy: ZackerySpytz, christian.heimes
priority: normal
severity: normal
status: open
title: Incorrect reference counting in _ssl.c's _servername_callback()
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list