This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2017-06-12.14:37:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497278279.18.0.370213389584.issue30640@psf.upfronthosting.co.za>
In-reply-to
Content
In _PyFunction_FastCallDict() if nk == 0, k is set to NULL. After that k + 1 is passed to _PyEval_EvalCodeWithName(). NULL + 1 is an undefined behavior.
History
Date User Action Args
2017-06-12 14:37:59serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-06-12 14:37:59serhiy.storchakasetmessageid: <1497278279.18.0.370213389584.issue30640@psf.upfronthosting.co.za>
2017-06-12 14:37:59serhiy.storchakalinkissue30640 messages
2017-06-12 14:37:59serhiy.storchakacreate