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
Host::check_val_integrity is called on all Vals passing through the Host. This avoids contracts receiving adversarial "weird" Vals from other contracts.
At the moment it appears to only reject Vals that are objects that have invalid references.
Another type of unexpected Val is one with an invalid tag (Tag::Bad). The host could also reject these.
Host::check_val_integrity
is called on all Vals passing through the Host. This avoids contracts receiving adversarial "weird" Vals from other contracts.At the moment it appears to only reject Vals that are objects that have invalid references.
Another type of unexpected Val is one with an invalid tag (Tag::Bad). The host could also reject these.
cc "adversarial" vals for fuzzing stellar/rs-soroban-sdk#1052
The text was updated successfully, but these errors were encountered: