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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-12-01.11:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543664528.12.0.788709270274.issue35371@psf.upfronthosting.co.za>
In-reply-to
Content
The hFile variable is used uninitialized in os.utime() on Windows when an error is raised in arguments parsing. This is an undefined behavior, and can cause a crash.
History
Date User Action Args
2018-12-01 11:42:08serhiy.storchakasetrecipients: + serhiy.storchaka
2018-12-01 11:42:08serhiy.storchakasetmessageid: <1543664528.12.0.788709270274.issue35371@psf.upfronthosting.co.za>
2018-12-01 11:42:07serhiy.storchakalinkissue35371 messages
2018-12-01 11:42:07serhiy.storchakacreate