Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
Florent Xicluna.
diff --git a/Misc/NEWS b/Misc/NEWS
index 274b150..199680e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@
 Library
 -------
 
+- Issue #7455: Fix possible crash in cPickle on invalid input.  Patch by
+  Florent Xicluna.
+
 - Issue #7092: Fix the DeprecationWarnings emitted by the standard library
   when using the -3 flag.  Patch by Florent Xicluna.