1.0.11.20: fix with-pinned-objects stack corruption potential
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 5f90a31..a48543c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 ;;;; -*- coding: utf-8; -*-
 changes in sbcl-1.0.12 relative to sbcl-1.0.11:
+  * bug fix: SB-SYS:WITH-PINNED-OBJECTS could cause garbage values to
+    be returned from its body when the values were being returned
+    using unknown-values return convection and the W-P-O was wrapped
+    inside an UNWIND-PROTECT.
   * bug fix: sb-posix should now compile again under Windows, enabling
     slime to work again.