New submission from Zackery Spytz <[email protected]>:

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 <[email protected]>
<https://bugs.python.org/issue36398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to