Issue #17016: Get rid of possible pointer wraparounds and integer overflows
in the re module. Patch by Nickolai Zeldovich.
diff --git a/Misc/ACKS b/Misc/ACKS
index 4de44cc..5779332 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1130,6 +1130,7 @@
Artur Zaprzala
Mike Zarnstorff
Siebren van der Zee
+Nickolai Zeldovich
Uwe Zessin
Cheng Zhang
Tarek Ziadé
diff --git a/Misc/NEWS b/Misc/NEWS
index aea5b13..1dd72fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@
Library
-------
+- Issue #17016: Get rid of possible pointer wraparounds and integer overflows
+ in the re module. Patch by Nickolai Zeldovich.
+
- Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,
www-browser, x-www-browser, chromium browsers, iceweasel, iceape.