diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 18:16:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 18:16:40 (GMT) |
commit | 6d80046628759bc721640f7f888aa386529d0239 (patch) | |
tree | bb66c27cb4821557b2caba2cfa79372c38a127a6 /Misc | |
parent | d24abee4632a233d17eaad0ab962c97545e387b3 (diff) | |
parent | 4bb17348f5507f42f62d15b16ca0672e802f619c (diff) | |
download | cpython-6d80046628759bc721640f7f888aa386529d0239.zip cpython-6d80046628759bc721640f7f888aa386529d0239.tar.gz cpython-6d80046628759bc721640f7f888aa386529d0239.tar.bz2 |
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
in the re module. Patch by Nickolai Zeldovich.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1371,6 +1371,7 @@ Milan Zamazal Artur Zaprzala Mike Zarnstorff Siebren van der Zee +Nickolai Zeldovich Yuxiao Zeng Uwe Zessin Cheng Zhang @@ -42,6 +42,9 @@ Core and Builtins Library ------- +- Issue #17016: Get rid of possible pointer wraparounds and integer overflows + in the re module. Patch by Nickolai Zeldovich. + - Issue #16658: add missing return to HTTPConnection.send() Patch by Jeff Knupp. |