]> 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>
Fri, 7 Sep 2018 22:15:30 +0000 (15:15 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 22:15:30 +0000 (15:15 -0700)
commit73994077250bd70385cb8e7a92f24874129369d1
treeb830e2aeb8d701b07d509b2fcf01e182131ada02
parent18d7dff1bb6f5ca7060b0b2e2a2e74493619178f
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