Message311164
| Author |
yselivanov |
| Recipients |
John Jones, alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, martin.panter, ned.deily, neologix, pablogsal, vstinner, yselivanov |
| Date |
2018年01月29日.20:25:33 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1517257533.39.0.467229070634.issue20104@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
FYI
New defect(s) Reported-by: Coverity Scan Showing 2 of 2 defect(s)
** CID 1428733: Memory - illegal accesses (RETURN_LOCAL) /Modules/posixmodule.c: 5281 in os_posix_spawn_impl()
________________________________________________________________________________________________________ *** CID 1428733: Memory - illegal accesses (RETURN_LOCAL)
/Modules/posixmodule.c: 5281 in os_posix_spawn_impl()
5275 }
5276 }
5277 Py_DECREF(seq);
5278 }
5279
5280 _Py_BEGIN_SUPPRESS_IPH
5281 posix_spawn(&pid, path->narrow, file_actionsp, NULL, argvlist, envlist);
5282 return PyLong_FromPid(pid);
5283 _Py_END_SUPPRESS_IPH
5284
5285 path_error(path); 5286
** CID 1428732: Control flow issues (UNREACHABLE) /Modules/posixmodule.c: 5285 in os_posix_spawn_impl()
________________________________________________________________________________________________________ *** CID 1428732: Control flow issues (UNREACHABLE)
/Modules/posixmodule.c: 5285 in os_posix_spawn_impl()
5279
5280 _Py_BEGIN_SUPPRESS_IPH
5281 posix_spawn(&pid, path->narrow, file_actionsp, NULL, argvlist, envlist);
5282 return PyLong_FromPid(pid);
5283 _Py_END_SUPPRESS_IPH
5284
5285 path_error(path); 5286
5287 free_string_array(envlist, envc); 5288
5289 fail:
5290 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2018年01月29日 20:25:33 | yselivanov | set | recipients:
+ yselivanov, gregory.p.smith, vstinner, benjamin.peterson, ned.deily, alex, dhduvall, neologix, gennad, martin.panter, John Jones, pablogsal |
| 2018年01月29日 20:25:33 | yselivanov | set | messageid: <1517257533.39.0.467229070634.issue20104@psf.upfronthosting.co.za> |
| 2018年01月29日 20:25:33 | yselivanov | link | issue20104 messages |
| 2018年01月29日 20:25:33 | yselivanov | create |
|