[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread miss-islington
miss-islington added the comment: 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

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread miss-islington
miss-islington added the comment: 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

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8958 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread miss-islington
miss-islington added the comment: 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/f6c8007a29b95b3ea3ca687a

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8959 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8904 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-22 Thread Zackery Spytz
New submission from Zackery Spytz : The GlobalLock() call in UpdateDropDescription() is not checked for failure. -- messages: 326098 nosy: ZackerySpytz priority: normal severity: normal status: open title: pyshellext.cpp: Possible null pointer dereference type: behavior versions: Python