]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (GH-94045)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Wed, 22 Jun 2022 08:37:56 +0000 (04:37 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 08:37:56 +0000 (09:37 +0100)
commit08069bac3bd85a6f9eb70d1bcf731d587148ed30
tree9134e42177ec47dded7526d6542b8b4397acc1fd
parentad2e9f97c2cf270a33705e32427738e56e809bea
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (GH-94045)
Misc/NEWS.d/next/Core and Builtins/2022-06-21-05-07-00.gh-issue-93964.Cg1LE7.rst [new file with mode: 0644]
Python/compile.c