]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Jun 2022 13:54:30 +0000 (06:54 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 13:54:30 +0000 (06:54 -0700)
commit50a2e36ce9097b0f376780e2f996c30936095eec
tree34894bf789b3f10ed92657b83edc986b016eaa57
parent648469299d9102bcc165baace67c6758e244eec1
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375)

(cherry picked from commit c485ec014ce174bb3f5ae948151dc40e0f6d5f7f)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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