diff options
author | Mark Becwar <mark@thebecwar.com> | 2019-02-02 21:08:23 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-02-02 21:08:23 (GMT) |
commit | b82bfac4369c0429e562a834b3752e66c4821eab (patch) | |
tree | 24cb35ba11a8bd4e00d69b38081b85e17d4ebd31 /Misc | |
parent | cb0904762681031edc50f9d7d7ef48cffcf96d9a (diff) | |
download | cpython-b82bfac4369c0429e562a834b3752e66c4821eab.zip cpython-b82bfac4369c0429e562a834b3752e66c4821eab.tar.gz cpython-b82bfac4369c0429e562a834b3752e66c4821eab.tar.bz2 |
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Make sure that failure paths call CloseHandle outside of the function that failed
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-01-12-16-52-38.bpo-29734.6_OJwI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-01-12-16-52-38.bpo-29734.6_OJwI.rst b/Misc/NEWS.d/next/Windows/2019-01-12-16-52-38.bpo-29734.6_OJwI.rst new file mode 100644 index 0000000..c89a509 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-01-12-16-52-38.bpo-29734.6_OJwI.rst @@ -0,0 +1 @@ +Fix handle leaks in os.stat on Windows.
\ No newline at end of file |