]> granicus.if.org Git - python/commit
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:27:17 +0000 (21:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:27:17 +0000 (21:27 +0200)
commit1c9bd1d8ec9a022f4f222eccbddac3b4174c2ab2
tree4710c889b87ab091914443eee583d5b50263f31d
parent852cc3335e4141102fe32440455fad3f65e0216a
parenteb20fcae144c70f6210872bdb699731ba66fb9f8
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module.  The expression parser now
supports exact syntax supported by GNU gettext.
Lib/test/test_gettext.py
Misc/NEWS