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
Getting memory access out of bounds when running this tool.
$ npx @defi-wonderland/natspec-smells --include "src/**/*.sol"
RuntimeError: memory access out of bounds
at wasm://wasm/0551ebc6:wasm-function[317]:0x2a6aa
at wasm://wasm/0551ebc6:wasm-function[42983]:0x13a6854
...
The error is due to a memory issue in solc that has been resolved recently, see this issue.
If you're using Solidity version older than 0.8.28, one possible remedy is running natspec-smells on a subset of contracts instead of the whole codebase.
Getting
memory access out of bounds
when running this tool.Against https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock
The text was updated successfully, but these errors were encountered: