]> 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:57:44 +0000 (22:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 20:57:44 +0000 (22:57 +0200)
commitef5176769d5e54374d84b44f8be2c94f6ab909fa
tree3ae37f17b11e55714e690eea256dfb7a5fddf26b
parent26581785f3625e05d888f120dac9087002d5602e
parent86e42376c2f41e6601b1844fb127f2f2e7b5349a
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