]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Jul 2021 12:05:43 +0000 (05:05 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 12:05:43 +0000 (14:05 +0200)
commit12fc0d28fcdeca32314d0755d3b30c7d96907440
tree74542a5e3692293667fa251153f2dfb4d0703cc2
parent7922546859e746a0f20f53bc80ce0581b72030aa
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27443)

(cherry picked from commit e5c8ddb1714fb51ab1defa24352c98e0f01205dc)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Objects/listobject.c