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
In src/validation/read_constant_expression.rs, the read_constant_instructions doesn't return the created stack so we can't figure out the top value on the stack, making us guess the value at execution (we can't be sure if, for example, it puts a Value::I32 on the stack when at execution time we need it)
The text was updated successfully, but these errors were encountered:
In
src/validation/read_constant_expression.rs
, theread_constant_instructions
doesn't return the created stack so we can't figure out the top value on the stack, making us guess the value at execution (we can't be sure if, for example, it puts a Value::I32 on the stack when at execution time we need it)The text was updated successfully, but these errors were encountered: