[New-bugs-announce] [issue35356] A possible reference leak in the nis module

Zackery Spytz report at bugs.python.org
Fri Nov 30 01:42:28 EST 2018


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

In nis_maps(), the result of PyUnicode_FromString() is leaked if the PyList_Append() call fails.

----------
components: Extension Modules
messages: 330747
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible reference leak in the nis module
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list