]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
authorGregory P. Smith <greg@krypto.org>
Mon, 22 Jun 2020 07:27:20 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 07:27:20 +0000 (00:27 -0700)
commit81328f30703bd7225e7e73aedb0994a7293ce190
tree3e717474bd4c700ba2c6880add371198fce1ffbd
parent6f79838fc1cbc8a92df35f44f2fb327d61f70ea9
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)

Reported by Coverity.  (CID 1457554 RETURN_LOCAL)

path0 is assigned as a pointer to this right before it goes out of scope.
Misc/NEWS.d/next/Core and Builtins/2020-06-21-19-53-33.bpo-41056.IDu_EK.rst [new file with mode: 0644]
Python/pathconfig.c