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
Tests were conducted using solc versions 0.8.27 and 0.8.28, and both failed to generate IR. The bug persists in the latest release. Code:
contractTest {
function test() public {
[hex""][0] =hex"30";
}
}
Run slither: slither a.sol
Output:
ERROR:SlitherSolcParsing:
Failed to generate IR for Test.test. Please open an issue https://github.com/crytic/slither/issues.
Test.test (a.sol#3-5):
()[0] = 0
Traceback (most recent call last):
...
Code example to reproduce the issue:
contractTest {
function test() public {
[hex""][0] =hex"30";
}
}
Version:
0.11.0
Relevant log output:
The text was updated successfully, but these errors were encountered:
Describe the issue:
Tests were conducted using solc versions 0.8.27 and 0.8.28, and both failed to generate IR. The bug persists in the latest release. Code:
Run slither:
slither a.sol
Output:
Code example to reproduce the issue:
Version:
0.11.0
Relevant log output:
The text was updated successfully, but these errors were encountered: