0.7.6.14:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 7 Aug 2002 18:48:47 +0000 (18:48 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 7 Aug 2002 18:48:47 +0000 (18:48 +0000)
commitb0070d5b0074ef73dc5b2f36205b31d94b8f95a9
tree0575bdf689b1fdf757f47b375d3b0e8fa0501804
parentbff8455d98c50672cdc29abcf1809b8823f5f117
0.7.6.14:
Fix potential off-by-one in SCRUB-CONTROL-STACK when the stack
grows downwards.
        v-----v-- guard page extent
[    ||               ]
             ^-- word at which we should stop scrubbing
        in contrast with
                         v----v-- guard page extent
        [                |    ]
                         ^-- word at which we should stop scrubbing
... <= changes to <
... I thought this might fix the large dynamic sizes after
purify seen on the x86 since 0.7.6.2, but no dice :-/
src/code/toplevel.lisp
version.lisp-expr