commit | 616f2fe28ca3fdc54e4a04790ed287b845240e6c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Apr 13 21:15:10 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Apr 13 21:15:10 2013 +0300 |
tree | 33744ac41f4100fab350a78e61453e4652f158ce | |
parent | c2a4f6b6686bf971172fdf5e20eb2265618b4bb8 [diff] |
Issue #17016: Get rid of possible pointer wraparounds and integer overflows in the re module. Patch by Nickolai Zeldovich.