New submission from Zackery Spytz <zsp...@gmail.com>:

If PyDict_SetDefault() fails in merge_consts_recursive(), Py_INCREF() will be 
called on a null pointer.

----------
components: Interpreter Core
messages: 338411
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible null pointer dereference in compile.c's 
merge_consts_recursive()
type: crash
versions: Python 3.8

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

Reply via email to