Skip to content

checkasm: x86: Check for stack corruption

Henrik Gramner requested to merge gramner/dav1d:checkasm_x86_stack_check into master

Add code to check that a function doesn't accidentally overwrite anything in the area located just above the current stack frame.

Merge request reports