Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv17733
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.47.23: remove defknowns for condition slot accessors
Condition slot types aren't checked, and DEFINE-CONDITION throws the
fndb type-information out of the window -- but the defknowns cause
code compiled before that to trust the types.
Fixes lp#705690.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1906
retrieving revision 1.1907
diff -u -d -r1.1906 -r1.1907
--- NEWS 10 Apr 2011 13:08:52 -0000 1.1906
+++ NEWS 11 Apr 2011 10:52:03 -0000 1.1907
@@ -24,6 +24,8 @@
of DEFUN. (lp#675584)
* bug fix: --dynamic-space-size argument is validated more carefully.
(lp#721457)
+ * bug fix: memory fault from printing a malformed simple-condition.
+ (lp#705690)
changes in sbcl-1.0.47 relative to sbcl-1.0.46:
* bug fix: fix mach port rights leaks in mach exception handling code on
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5251
retrieving revision 1.5252
diff -u -d -r1.5251 -r1.5252
--- version.lisp-expr 10 Apr 2011 13:08:53 -0000 1.5251
+++ version.lisp-expr 11 Apr 2011 10:52:03 -0000 1.5252
@@ -20,4 +20,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.47.22"
+"1.0.47.23"
|