]> 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:28:30 +0000 (21:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:28:30 +0000 (21:28 +0200)
commit64d84c60e28dc4d9d08286e290e7bab26526bb6c
tree01672bd974188cddd012d142b9fcc4e6f4573f89
parentb2e64f903d451b7ed6907d1555d95acc497c11a2
parent1c9bd1d8ec9a022f4f222eccbddac3b4174c2ab2
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.
Misc/NEWS