]> 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:31 +0000 (09:41 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 16:41:31 +0000 (09:41 -0700)
commit8a0c254fdd68cfafede168356fc5c5c3e372bc3f
treed3baa1828c4b76a3c79dac8f83ac76bf5b782af8
parentafb25bc2b5767ac3a83bc8c4d2826e8fdcb6b0e7
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