[New-bugs-announce] [issue32903] os.chdir() may leak memory on Windows

Alexey Izbyshev report at bugs.python.org
Wed Feb 21 19:37:42 EST 2018


New submission from Alexey Izbyshev <izbyshev at ispras.ru>:

'new_path' is not freed if the new directory is a UNC path longer than MAX_PATH.

----------
components: Extension Modules, Windows
messages: 312522
nosy: izbyshev, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: os.chdir() may leak memory on Windows
type: resource usage
versions: Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32903>
_______________________________________


More information about the New-bugs-announce mailing list