You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALLF/JUMPF also require number of target inputs for stack overflow check, because max_stack_height definition includes function inputs, and we need to subtract them not to double count.
CALLF/JUMPF also require number of target inputs for stack overflow check, because max_stack_height definition includes function inputs, and we need to subtract them not to double count.
This specifically can be fixed by doing the subtraction in the header.
CALLF
/JUMPF
max_stack_height
(type section)inputs
(type section)The text was updated successfully, but these errors were encountered: