-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
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
[Crash/Fuzzing] AssertionError during Deposit SSZ parsing. #895
Comments
I can reproduce this on |
For Try with this sample: |
Same lack of crash here on
I'm on commit:
|
my bad, on |
Good to know, and glad to have verified this was fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
During fuzzing with beacon-fuzz, I triggered an
AssertionError
during parsing ofDeposit
ssz file withmainnet
preset.Error:
Error: unhandled exception: XXX/nim-beacon-chain/beacon_chain/spec/crypto.nim(290, 12) 'value.kind == Real' [AssertionError]
Reproducing
Download:
assert_nimbus_deposit.zip
commit:
96431bfd861be168ecc4cefb14fdb77d28108a24
Load the file using
ncli_pretty
:The text was updated successfully, but these errors were encountered: