commit | 7e10dbbd45503268f7bb3b241e30745df6c91b99 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 04 22:53:57 2017 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 04 22:53:57 2017 +0200 |
tree | f85d0be894a656f4c6dd473030a3e69ad9cddd6f | |
parent | c7611362b425277da80b2397e0abedee58138996 [diff] |
Issue #29444: Fixed out-of-bounds buffer access in the group() method of the match object. Based on patch by WGH.