Issue36398
Created on 2019-03-22 04:18 by ZackerySpytz, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 12492 | merged | ZackerySpytz, 2019-03-22 04:21 | |
| Messages (3) | |||
|---|---|---|---|
| msg338584 - (view) | Author: Zackery Spytz (ZackerySpytz) * | Date: 2019-03-22 04:18 | |
If the first PyUnicode_DecodeUTF8() call fails in structseq_repr(), _PyUnicodeWriter_Dealloc() will be called on an uninitialized _PyUnicodeWriter. |
|||
| msg338586 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2019-03-22 07:24 | |
New changeset 93e8012f2cabd84f30b52e19fd3dc557efa9f8af by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) https://github.com/python/cpython/commit/93e8012f2cabd84f30b52e19fd3dc557efa9f8af |
|||
| msg378768 - (view) | Author: Irit Katriel (iritkatriel) * | Date: 2020-10-16 22:17 | |
Can this be closed? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:12 | admin | set | github: 80579 |
| 2020-10-18 09:36:28 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-10-16 22:17:40 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg378768 |
| 2019-03-22 07:24:38 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg338586 |
| 2019-03-22 04:21:43 | ZackerySpytz | set | keywords:
+ patch stage: patch review pull_requests: + pull_request12445 |
| 2019-03-22 04:18:26 | ZackerySpytz | create | |