We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1: [Diagnostic Event] contract:0000000000000000000000000000000000000000000000000000000000000000, topics:[error, Error(Value, InternalError)], data:["unexpected non-Val-representable ScVal type", 20]
inside a call to deserialize_from_bytes, from this program:
deserialize_from_bytes
Expr( deserialize_from_bytes( bytes_push( bytes_pop( serialize_to_bytes( vec_back( vec_push_back( vec_new_or_existing( 0, ), sub_Void( extend_contract_instance_and_code( get_current_contract_address, get_ledger_version, get_ledger_version, ), ), ), ), ), ), get_ledger_version, ), ), )
Probably just a little too quick to treat non-representability as InternalError rather than potentially-user-controlled input.
The text was updated successfully, but these errors were encountered:
Fix #1174 fuzzer-found deserialization of non-representable ScVal bug.
5660f99
3035462
Fix #1174 fuzzer-found deserialization of non-representable ScVal bug. (
44ffc41
#1180) Fixes #1174
graydon
Successfully merging a pull request may close this issue.
inside a call to
deserialize_from_bytes
, from this program:Probably just a little too quick to treat non-representability as InternalError rather than potentially-user-controlled input.
The text was updated successfully, but these errors were encountered: