]> granicus.if.org Git - python/commit
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 20:55:40 +0000 (22:55 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 20:55:40 +0000 (22:55 +0200)
commit86e42376c2f41e6601b1844fb127f2f2e7b5349a
treec0f806005f196f632922d5f2ea4d3d813c4e26a9
parent75c0d4f6bb97e723adc3a03c0ff6aaaee0c6981a
parent7e10dbbd45503268f7bb3b241e30745df6c91b99
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c