[New-bugs-announce] [issue35371] Fix undefined behavior in os.utime() on Windows
Serhiy Storchaka
report at bugs.python.org
Sat Dec 1 06:42:08 EST 2018
New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:
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.
----------
assignee: serhiy.storchaka
components: Extension Modules
messages: 330850
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix undefined behavior in os.utime() on Windows
type: crash
versions: Python 3.6, Python 3.7, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35371>
_______________________________________
More information about the New-bugs-announce
mailing list