]> granicus.if.org Git - python/commit
bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)
authorZackery Spytz <zspytz@gmail.com>
Sun, 24 Mar 2019 02:23:29 +0000 (20:23 -0600)
committerInada Naoki <songofacandy@gmail.com>
Sun, 24 Mar 2019 02:23:29 +0000 (11:23 +0900)
commit3d07c1ee1d2d475b74816117981d6ec752c26c23
treeff27179fff70f36717b3da0cade794ca81f6cf54
parenta7987e71939fa631296f83861fb376361ddd59ee
bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519)
Misc/NEWS.d/next/Core and Builtins/2019-03-23-19-51-09.bpo-36412.C7acGn.rst [new file with mode: 0644]
Objects/dictobject.c