[New-bugs-announce] [issue36398] A possible crash in structseq.c's structseq_repr()

Zackery Spytz report at bugs.python.org
Fri Mar 22 00:18:26 EDT 2019


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

If the first PyUnicode_DecodeUTF8() call fails in structseq_repr(), _PyUnicodeWriter_Dealloc() will be called on an uninitialized _PyUnicodeWriter.

----------
components: Interpreter Core
messages: 338584
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible crash in structseq.c's structseq_repr()
type: crash
versions: Python 3.8

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


More information about the New-bugs-announce mailing list