]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Fri, 7 Jun 2019 18:01:53 +0000 (20:01 +0200)
committerGregory P. Smith <greg@krypto.org>
Fri, 7 Jun 2019 18:01:53 +0000 (11:01 -0700)
commit1f9531764cc0f8dbca1d8f429d162dc28282f4b4
treeacd302dcf1c186930e62313a8a55e8b40a3ef6d2
parente7e5039d6940e41839dcef0433262ff363408dad
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
Objects/classobject.c