]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 20:53:57 +0000 (22:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Feb 2017 20:53:57 +0000 (22:53 +0200)
commit7e10dbbd45503268f7bb3b241e30745df6c91b99
treef85d0be894a656f4c6dd473030a3e69ad9cddd6f
parentc7611362b425277da80b2397e0abedee58138996
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