]> granicus.if.org Git - python/commit
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2019 18:25:53 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 18:25:53 +0000 (11:25 -0700)
commit6e053079ac3fe50ffbe9128bcf766298168c31cb
tree0a99b60c04009e922efba7edd4348c75cca1b84b
parent84d47bd8ad48f29ed5d333f4307408ad1e081f59
bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867)

(cherry picked from commit 1f9531764cc0f8dbca1d8f429d162dc28282f4b4)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
Objects/classobject.c