1.0.36.24: FIND/POSITION bounds checking on lists
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 58a108f..bb43caf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,8 @@ changes relative to sbcl-1.0.36:
     (lp#528807)
   * bug fix: More consistent warnings and notes for ignored DYNAMIC-EXTENT
     declarations (lp#497321)
+  * bug fix: FIND and POSITION on lists did not check sequence bounds properly
+    and failed to detect circular lists (lp#452008)
 
 changes in sbcl-1.0.36 relative to sbcl-1.0.35:
   * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and