]> 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:53 +0000 (21:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2013 19:23:53 +0000 (21:23 +0200)
commitfa4681691591429466d18e21d7640e3703ab7f28
tree91ef35df8dbbfcf6cab1a0ce75e4495dcdf2f826
parent70ca0210e8958d2665541ddd38fce2965075674e
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