This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author izbyshev
Recipients izbyshev, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-02-22.01:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519261215.82.0.467229070634.issue32904@psf.upfronthosting.co.za>
In-reply-to
Content
win32_wchdir() retries GetCurrentDirectory() with a larger buffer if necessary, but doesn't check whether the new buffer is large enough. Another thread could change the current directory in meanwhile, so the buffer could turn out to be still not large enough, left in an uninitialized state and passed to SetEnvironmentVariable() afterwards.
History
Date User Action Args
2018-02-22 01:00:15izbyshevsetrecipients: + izbyshev, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-02-22 01:00:15izbyshevsetmessageid: <1519261215.82.0.467229070634.issue32904@psf.upfronthosting.co.za>
2018-02-22 01:00:15izbyshevlinkissue32904 messages
2018-02-22 01:00:15izbyshevcreate