[issue29034] Fix memory leak and use-after-free in path_converter

Serhiy Storchaka report at bugs.python.org
Thu Jan 5 17:28:58 EST 2017


Serhiy Storchaka added the comment:

path->length and path->object are set in each way to success_exit (except error_exit). I think these assignment can be moved after success_exit.

----------

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


More information about the Python-bugs-list mailing list