projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218e43b
)
1.0.43.66: disassembler: remove unsafe SAP from MAKE-DSTATE
author
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 18 Oct 2010 11:38:56 +0000
(11:38 +0000)
committer
Nikodemus Siivola
<nikodemus@random-state.net>
Mon, 18 Oct 2010 11:38:56 +0000
(11:38 +0000)
The old code was about as sane and safe as initializing
it with (INT-SAP (RANDOM-ADDRESS)).
Allow DSTATE-SEGMENT-SAP to be NIL till it is properly
initialized.
version.lisp-expr
patch
|
blob
|
history
diff --git
a/version.lisp-expr
b/version.lisp-expr
index
3bcf62b
..
db56d29
100644
(file)
--- a/
version.lisp-expr
+++ b/
version.lisp-expr
@@
-17,4
+17,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.43.65"
+"1.0.43.66"