[New-bugs-announce] [issue31347] possible undefined behavior in _PyObject_FastCall_Prepend

Benjamin Peterson report at bugs.python.org
Mon Sep 4 19:32:36 EDT 2017


New submission from Benjamin Peterson:

As seen by ubsan:
../cpython/Objects/call.c:858:9: runtime error: null pointer passed as argument 2, which is declared to never be null

----------
messages: 301283
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: possible undefined behavior in _PyObject_FastCall_Prepend
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31347>
_______________________________________


More information about the New-bugs-announce mailing list