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
INFO:Detectors:
contract21.var24 (program_2024-12-24_0:49:0_0.sol#40) is never initialized. It is used in:
contract21.contract_instance40 (program_2024-12-24_0:49:0_0.sol#42) is never initialized. It is used in:
- contract21.func34() (program_2024-12-24_0:49:0_0.sol#62-71)
contract21.mapping43 (program_2024-12-24_0:49:0_0.sol#43) is never initialized. It is used in:
- contract21.func34() (program_2024-12-24_0:49:0_0.sol#62-71)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#uninitialized-state-variables
INFO:Detectors:
contract0.func12().mapping14 (program_2024-12-24_0:49:0_0.sol#21) is a storage variable never initialized
contract21.func34().mapping35 (program_2024-12-24_0:49:0_0.sol#62) is a storage variable never initialized
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#uninitialized-storage-variables
INFO:Detectors:
contract21.func34() (program_2024-12-24_0:49:0_0.sol#62-71) compares a variable to itself:
(var42 == var42) (program_2024-12-24_0:49:0_0.sol#65)
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#tautological-compare
INFO:Detectors:
contract21.func34().var42 (program_2024-12-24_0:49:0_0.sol#64) is a local variable never initialized
contract21.constructor().var41 (program_2024-12-24_0:49:0_0.sol#58) is a local variable never initialized
Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#uninitialized-local-variables
The text was updated successfully, but these errors were encountered:
Describe the issue:
slither hangs after showing some error messages
Code example to reproduce the issue:
Version:
0.10.4
Relevant log output:
The text was updated successfully, but these errors were encountered: