[issue28563] Arbitrary code execution in gettext.c2py

Serhiy Storchaka report at bugs.python.org
Mon Nov 7 12:14:33 EST 2016


Serhiy Storchaka added the comment:

Sorry Xiang, but your patch looks overcomplicated to me. Too much methods, decorators, classes, too much strange names.

Here is simpler implementation with using only one recursive function.

----------
Added file: http://bugs.python.org/file45381/gettext-parse-plural.patch

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


More information about the Python-bugs-list mailing list