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
Contract.zip
vm.execute_bytecode()
code = decode_hex(our Contract)
computation._stack.values
Just want to ask if someone has already figured out this issue and what are the main concerns here. Thanks a lot.
The text was updated successfully, but these errors were encountered:
Did this one get confirmed/resolved? Just wanted to link it to the PR, if so, or reopen if not.
Also, I'll back-link to https://nvd.nist.gov/vuln/detail/CVE-2018-18920
Sorry, something went wrong.
I don't think it's real.
No branches or pull requests
Contract.zip
What is wrong?
vm.execute_bytecode()with default settings, and thecode = decode_hex(our Contract)computation._stack.values: "stack": [100, 100, 0], the correct value should be byte str like b'\x'Just want to ask if someone has already figured out this issue and what are the main concerns here. Thanks a lot.
The text was updated successfully, but these errors were encountered: