New submission from Petr Viktorin <encu...@gmail.com>:

If the PyObject_MALLOC() call failed in PyType_FromSpecWithBases(), 
PyObject_Free() would be called on a static string in type_dealloc().

Fixed by Zackery Spytz in pull request 10304. I'm opening the issue 
retroactively.

----------
messages: 343194
nosy: petr.viktorin
priority: normal
severity: normal
status: open
title: Possible crash due to PyType_FromSpecWithBases()
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to