Closes https://bugs.launchpad.net/sbcl/+bug/911027
authorMartin Cracauer <cracauer@google.com>
Fri, 23 Mar 2012 17:39:54 +0000 (13:39 -0400)
committerMartin Cracauer <cracauer@google.com>
Fri, 23 Mar 2012 17:40:21 +0000 (13:40 -0400)
commit55577e881cb26ef6001ff3ac3b2fdc90f656c6ca
treefc861e985c7eb991eb2ef83a27f875f2b4d9d43b
parent512c78f5f0c8e4c11bad219313dd83890f625006
Closes https://bugs.launchpad.net/sbcl/+bug/911027

Fix copy-structure.  When copying from stack to heap, garbage could
end up in the heap making GC unhappy.  Thanks to James Knight.
NEWS
src/code/target-defstruct.lisp