commit | db23206367e2bfbbdfb29b7699f25a14ba353ae7 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Sep 24 21:44:11 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 24 21:44:11 2018 -0700 |
tree | da168924eb6b5baae0a5cf2abd2153405f5f15a1 | |
parent | bbdf8723324e31675f298dd273733cc13e1518df [diff] |
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 (cherry picked from commit f6c8007a29b95b3ea3ca687a9b4924769a696328) Co-authored-by: Zackery Spytz <zspytz@gmail.com>