[issue33186] Memory corruption with urllib.parse

Ivan Zakharyaschev report at bugs.python.org
Fri Mar 30 15:44:48 EDT 2018


Ivan Zakharyaschev <imz at altlinux.org> added the comment:

> a list contains elements that have never been appended

Why do we think that it's true?

1. The described result can be valid if there are "doubly quoted" strings in the input list.

2. Also, there could be a bug in unquote() which doesn't corrupt the list as a side effect, but simply returns a wrong result value, which is indeed appended to the output list at its turn.

----------

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


More information about the Python-bugs-list mailing list