]> granicus.if.org Git - python/commit
Issue #9669: Protect re against infinite loops on zero-width matching in
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 19:25:40 +0000 (21:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 19:25:40 +0000 (21:25 +0200)
commite924ddb23e4276b601cdc13d2988e501123f85fb
treea9902132a3f6c364396ce92e6bd273ca33a52765
parent0e6b7b5cd2f1bae9bdceac4d2bedfd6674250ac1
parentb0c75a7dec2ae9d514ac8df63a4822215e486e1f
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat.  Patch by Matthew Barnett.
Misc/NEWS
Modules/_sre.c