Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f3d80a..7aba37d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #8530: Prevent stringlib fastsearch from reading beyond the front
+  of an array.
+
 - Issue #5319: Print an error if flushing stdout fails at interpreter
   shutdown.