New submission from Pablo Galindo Salgado <pablog...@gmail.com>:
The problem occurs here: https://github.com/python/cpython/blob/master/Python/pystate.c#L185 If _PyRuntime.interpreters.next_id < 0 then interp is set to NULL and it will be dereferenced later: interp ---------- components: Interpreter Core messages: 323538 nosy: pablogsal priority: normal severity: normal status: open title: possible null pointer dereference in pystate.c type: crash versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34408> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com