]> granicus.if.org Git - python/commit
Issue #28732: Fix crash in os.spawnv() with no elements in args
authorSteve Dower <steve.dower@microsoft.com>
Sun, 20 Nov 2016 02:33:39 +0000 (18:33 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 20 Nov 2016 02:33:39 +0000 (18:33 -0800)
commit11f4326ca146ac744ebdfc23149fe3fb9a89e812
treefd749af10f00918d40cfd6cf2777d9bf5a0d6b30
parentca4b252fba0a0540475f2edebfcabdf80f5cecdf
Issue #28732: Fix crash in os.spawnv() with no elements in args
Prevents crashes in some other posixmodule.c functions
Misc/NEWS
Modules/posixmodule.c