]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366)
authorMark Shannon <mark@hotpy.org>
Wed, 3 Nov 2021 16:22:32 +0000 (16:22 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Nov 2021 16:22:32 +0000 (16:22 +0000)
commitacc89db9233abf4d903af9a7595a2ed7478fe7d3
treefb08e91bc2dab4db12daace28c778749a293a20f
parent5a14929a6e4fab672e2f83a86773618e973b22a6
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366)
Include/internal/pycore_interp.h
Include/internal/pycore_long.h
Include/internal/pycore_runtime.h
Objects/longobject.c