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
--> crytic-export/etherscan-contracts/0x8214de517905Baa0b4b3ca06050AAD8fe31e460F-TehRocket.sol:260:5:
|
260 | function min(uint256 a, uint256 b) private view returns (uint256){
| ^ (Relevant source part starts here and spans across multiple lines).
Code example to reproduce the issue:
function min(uint256 a, uint256 b) private view returns (uint256){
return (a>b)?b:a;
}
Version:
0.9.1
Relevant log output:
No response
The text was updated successfully, but these errors were encountered:
Can you share the error message? I can run the 0.9.1 on this contract without any error and the ternary conversion in the IR looks fine to me at first glance. (I had previously commented but I was on a dev branch related to ternary and the issue is related to my modifications.)
Describe the issue:
Slither crashes when analyzing this contract
--> crytic-export/etherscan-contracts/0x8214de517905Baa0b4b3ca06050AAD8fe31e460F-TehRocket.sol:260:5:
|
260 | function min(uint256 a, uint256 b) private view returns (uint256){
| ^ (Relevant source part starts here and spans across multiple lines).
Code example to reproduce the issue:
function min(uint256 a, uint256 b) private view returns (uint256){
return (a>b)?b:a;
}
Version:
0.9.1
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: