]> git.lizzy.rs Git - rust.git/commit
rt: Get rid of the valgrind guard bytes at the end of the stack
authorBrian Anderson <banderson@mozilla.com>
Sun, 18 Dec 2011 00:46:50 +0000 (16:46 -0800)
committerBrian Anderson <banderson@mozilla.com>
Sun, 18 Dec 2011 00:46:50 +0000 (16:46 -0800)
commitfe683dfb80498fa3336c6f5f96b6b82917ac08b3
tree6a3c95ac14609fcfbc0aba9f967f3bf01c2188c6
parent00be34608914681e9a0a14611fc5ced6cffa32ec
rt: Get rid of the valgrind guard bytes at the end of the stack

Preventing us from writing beyond our allocations is _what valgrind does_,
so telling valgrind not to let us write to the end of the stack isn't
buying anything.
src/rt/rust_task.cpp