]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94375)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 28 Jun 2022 13:24:54 +0000 (14:24 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 13:24:54 +0000 (14:24 +0100)
commitc485ec014ce174bb3f5ae948151dc40e0f6d5f7f
tree00bd42a4845896a0ed60555bdc5f85c3a870246c
parent44fa03d748eb2b9a13a77c6143b18968521a1980
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94375)
Misc/NEWS.d/next/Core and Builtins/2022-06-28-12-41-17.gh-issue-88116.A7fEl_.rst [new file with mode: 0644]
Objects/codeobject.c