]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
authorZackery Spytz <zspytz@gmail.com>
Tue, 25 Sep 2018 04:25:23 +0000 (22:25 -0600)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Sep 2018 04:25:23 +0000 (21:25 -0700)
commitf6c8007a29b95b3ea3ca687a9b4924769a696328
tree87076a61d0e9ca2d1a639e95aa7486586b3a8da9
parentb60b4683f6c995e9205f68439023c80a0b628f39
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
Misc/NEWS.d/next/Windows/2018-09-22-11-02-35.bpo-34770.4lEUOd.rst [new file with mode: 0644]
PC/pyshellext.cpp