Issue 34770: pyshellext.cpp: Possible null pointer dereference (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78951
classification
Title: | pyshellext.cpp: Possible null pointer dereference | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | Versions: | Python 3.8, Python 3.7, Python 3.6 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | ZackerySpytz, miss-islington | |
Priority: | normal | Keywords: | patch |
Created on 2018-09-22 17:00 by ZackerySpytz, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 9497 | merged | ZackerySpytz,2018-09-22 17:04 | |
PR 9555 | merged | miss-islington,2018-09-25 04:25 | |
PR 9556 | merged | miss-islington,2018-09-25 04:25 |
Messages (4) | ||
---|---|---|
msg326098 - (view) | Author: Zackery Spytz (ZackerySpytz) * ![]() |
Date: 2018-09-22 17:00 |
The GlobalLock() call in UpdateDropDescription() is not checked for failure. | ||
msg326316 - (view) | Author: miss-islington (miss-islington) | Date: 2018-09-25 04:25 |
New changeset f6c8007a29b95b3ea3ca687a9b4924769a696328 by Miss Islington (bot) (Zackery Spytz) in branch 'master': bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) https://github.com/python/cpython/commit/f6c8007a29b95b3ea3ca687a9b4924769a696328 | ||
msg326318 - (view) | Author: miss-islington (miss-islington) | Date: 2018-09-25 04:44 |
New changeset db23206367e2bfbbdfb29b7699f25a14ba353ae7 by Miss Islington (bot) in branch '3.7': bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) https://github.com/python/cpython/commit/db23206367e2bfbbdfb29b7699f25a14ba353ae7 | ||
msg326319 - (view) | Author: miss-islington (miss-islington) | Date: 2018-09-25 04:47 |
New changeset 936d740ac0308fdcb87c11cbe87962d4fe06f5ab by Miss Islington (bot) in branch '3.6': bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) https://github.com/python/cpython/commit/936d740ac0308fdcb87c11cbe87962d4fe06f5ab |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:06 | admin | set | github: 78951 |
2018-09-25 05:06:05 | xiang.zhang | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2018-09-25 04:47:14 | miss-islington | set | messages: + |
2018-09-25 04:44:16 | miss-islington | set | messages: + |
2018-09-25 04:25:44 | miss-islington | set | pull_requests: + <pull%5Frequest8959> |
2018-09-25 04:25:36 | miss-islington | set | pull_requests: + <pull%5Frequest8958> |
2018-09-25 04:25:28 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2018-09-22 17:04:21 | ZackerySpytz | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest8904> |
2018-09-22 17:00:58 | ZackerySpytz | create |