Issue 40412: [subinterpreters] inittab_copy not set to NULL after free, can lead to crashes when running multiple interpreters in a single process
Created on 2020-04-28 00:51 by indygreg, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19746 | merged | indygreg, 2020-04-28 00:53 | |
| PR 19841 | merged | miss-islington, 2020-05-01 18:08 | |
| PR 19842 | closed | miss-islington, 2020-05-01 18:08 | |
| Messages (3) | |||
|---|---|---|---|
| msg367477 - (view) | Author: Gregory Szorc (indygreg) * | Date: 2020-04-28 00:51 | |
Filing a bug to placate the requirement that pull requests have issues. |
|||
| msg367869 - (view) | Author: miss-islington (miss-islington) | Date: 2020-05-01 18:07 | |
New changeset 64224a4727321a8dd33e6f769edda401193ebef0 by Gregory Szorc in branch 'master': bpo-40412: Nullify inittab_copy during finalization (GH-19746) https://github.com/python/cpython/commit/64224a4727321a8dd33e6f769edda401193ebef0 |
|||
| msg367895 - (view) | Author: miss-islington (miss-islington) | Date: 2020-05-01 23:06 | |
New changeset 1205afb3e10194fe22fa76385abb7e522144eb29 by Miss Islington (bot) in branch '3.8': bpo-40412: Nullify inittab_copy during finalization (GH-19746) https://github.com/python/cpython/commit/1205afb3e10194fe22fa76385abb7e522144eb29 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:30 | admin | set | github: 84592 |
| 2021-06-18 19:05:46 | iritkatriel | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: - Python 3.5, Python 3.6, Python 3.7 |
| 2020-05-15 00:43:58 | vstinner | set | components:
+ Subinterpreters title: inittab_copy not set to NULL after free, can lead to crashes when running multiple interpreters in a single process -> [subinterpreters] inittab_copy not set to NULL after free, can lead to crashes when running multiple interpreters in a single process |
| 2020-05-01 23:06:27 | miss-islington | set | messages: + msg367895 |
| 2020-05-01 18:08:14 | miss-islington | set | pull_requests: + pull_request19160 |
| 2020-05-01 18:08:06 | miss-islington | set | pull_requests: + pull_request19159 |
| 2020-05-01 18:07:57 | miss-islington | set | nosy:
+ miss-islington messages: + msg367869 |
| 2020-04-28 00:53:13 | indygreg | set | keywords:
+ patch stage: patch review pull_requests: + pull_request19068 |
| 2020-04-28 00:51:49 | indygreg | create | |