]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Sep 2018 16:41:12 +0000 (09:41 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 16:41:12 +0000 (09:41 -0700)
commitf51a46631f8dcca596c08a934a766da9afe93c06
tree95d9fe12329e423c291f00cd31eb0baf1a1f961f
parentbf2bd8f8a1d88de60c114de957f50fe2433e3937
bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)

(cherry picked from commit 4e519377b1b84c9414a360961276993d24198825)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
PC/_msi.c