[New-bugs-announce] [issue34824] _ssl.c: Possible null pointer dereference

Zackery Spytz report at bugs.python.org
Thu Sep 27 13:07:57 EDT 2018


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

If _PyBytes_Resize() fails in _ssl_MemoryBIO_read_impl(), Py_DECREF() will be called on a null pointer.

----------
assignee: christian.heimes
components: Extension Modules, SSL
messages: 326573
nosy: ZackerySpytz, christian.heimes
priority: normal
severity: normal
status: open
title: _ssl.c: Possible null pointer dereference
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list