diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 18:15:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-13 18:15:47 (GMT) |
commit | 4bb17348f5507f42f62d15b16ca0672e802f619c (patch) | |
tree | 5316a0216b116ee0c90c413b65bdc62f02882161 /Misc/NEWS | |
parent | f756f947f95b4b094d75f98d74b96ab3061133a3 (diff) | |
download | cpython-4bb17348f5507f42f62d15b16ca0672e802f619c.zip cpython-4bb17348f5507f42f62d15b16ca0672e802f619c.tar.gz cpython-4bb17348f5507f42f62d15b16ca0672e802f619c.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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,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. |