]> git.lizzy.rs Git - rust.git/commit
rt: Zero the bottom frame's return address and base pointer
authorBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 02:36:09 +0000 (18:36 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 20 Dec 2011 02:47:39 +0000 (18:47 -0800)
commitedf6e1ec0e038b805a36a7e3689b37fc3cea7387
treeb4fb1ef094fc68a8b1fc4c8aa31baf650b7f8ef7
parent586281e2d6d7f63e2b2d2b09c7f310f3b1d35355
rt: Zero the bottom frame's return address and base pointer

My reading of libunwind leads me to believe this is expected.

Closes #1322
src/rt/arch/i386/context.cpp
src/rt/arch/x86_64/context.cpp