[issue1298813] sysmodule.c: realpath() is unsafe

STINNER Victor report at bugs.python.org
Mon May 4 02:24:06 CEST 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The patch introduces a memory leak, canonicalize_file_name() returns a 
new allocated string which is not freed later.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1298813>
_______________________________________


More information about the Python-bugs-list mailing list