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
When providing a specific string to discv5.ENR.decodeTxt function, an Assertion 'val->IsArrayBufferView()' failed. are triggered. This issue seems to be related to BigInt and sometime can trigger a SyntaxError: Cannot convert 0x",\,X, instead (see here)
This bug has been found by the community using beacon-fuzz and reported in our repository here. Kudos to @Daft-Wullie for the finding !!
Describe the bug
When providing a specific string to
discv5.ENR.decodeTxt
function, anAssertion 'val->IsArrayBufferView()' failed.
are triggered. This issue seems to be related to BigInt and sometime can trigger aSyntaxError: Cannot convert 0x",\,X,
instead (see here)This bug has been found by the community using beacon-fuzz and reported in our repository here. Kudos to @Daft-Wullie for the finding !!
Steps to Reproduce
enr_assert_failed_lodestar.js:
Run:
Desktop (please complete the following information):
Ubuntu 18.04
0.2.5
v12.18.0
The text was updated successfully, but these errors were encountered: