]> granicus.if.org Git - python/commit
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Mar 2018 16:26:43 +0000 (08:26 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Mar 2018 16:26:43 +0000 (08:26 -0800)
commit8c163bbf370f6f6cedd2c07f7d54c9b36c97d8f2
tree46712d1618c8b8c70dd5e2fcdb143fb68cb91265
parente724dd4e5e9bdb888169d7cd2ca415a2fc2c29ab
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010)

(cherry picked from commit 3b20d3454e8082e07dba93617793de5dc9237828)

Co-authored-by: Alexey Izbyshev <izbyshev@users.noreply.github.com>
Misc/NEWS.d/next/Windows/2018-03-07-01-33-33.bpo-33016.Z_Med0.rst [new file with mode: 0644]
Modules/posixmodule.c