]> 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:23:01 +0000 (21:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 19:23:01 +0000 (21:23 +0200)
commit6a8e2b49822b396870bc7afd2274ba50af931a65
treed24ec1b96236cd003d7d48bcf7afafde852919e9
parente18e05cce92182e7f852e2d1569904190b8a9a40
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat.  Patch by Matthew Barnett.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c