]> granicus.if.org Git - python/commit
[3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_Eval...
authorZackery Spytz <Osmunda46@gmail.com>
Fri, 8 Sep 2017 01:17:38 +0000 (19:17 -0600)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 8 Sep 2017 01:17:38 +0000 (03:17 +0200)
commitf032e9237aa7d43d21e0b04d685c36bddf7078c1
tree230e38007523d7183966abc26d4a147a1de4928d
parent645c1e421348790d49eab863279a41cb2b6a007a
[3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (GH-2919) (#2964)

k + 1 was calculated with k = NULL..
(cherry picked from commit c6ea8974e2d939223bfd6d64ee13ec89c090d2e0)
Python/ceval.c