]> git.lizzy.rs Git - rust.git/commit
rt: Add a canary value to the end of every stack
authorBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 19:20:54 +0000 (11:20 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 19:48:47 +0000 (11:48 -0800)
commit784713ec683c7cce0a1d4aa712a376317384d62c
treed8063109957b61abc274df5fda54c30273e45eb2
parent4475ec863dd6c00eba67bc8111ce5fbe72409c9e
rt: Add a canary value to the end of every stack

Check it on upcall entry and exit, and on stack deletion
src/rt/rust_task.cpp
src/rt/rust_task.h
src/rt/rust_upcall.cpp