[cfe-dev] Clear stack frame on function return

Marcel Schaible via cfe-dev cfe-dev at lists.llvm.org
Fri Dec 15 06:21:44 PST 2017


Hi everyone,

for some testing of some secure coding ideas I want to clear the stack
frame (local variables and function arguments passed by value) on
function return. I want to implement this in a clang plugin.

Is there an easy way to access the stack frame? Any idea is welcome!

Kind regards

Marcel





More information about the cfe-dev mailing list