1.0.16.2: Fix FASL header checking logic
authorChristophe Rhodes <csr21@cantab.net>
Thu, 17 Apr 2008 14:05:01 +0000 (14:05 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 17 Apr 2008 14:05:01 +0000 (14:05 +0000)
commite3b3baf2f433b51d1864255c0e3adf1e58abcfc2
tree2622ddf747740a9fa00e842b4c87ebfd5d9baad9
parent60053af56e69de2fd251cde8fcdb2ea7f01d0b01
1.0.16.2: Fix FASL header checking logic
We mustn't read a word argument before we're sure that the
wordsize is right; otherwise we risk trying to create a string
of length approximately 2^32.
... reported by stassats@gmail.com on sbcl-devel 2008-04-16
NEWS
src/code/load.lisp
version.lisp-expr