[Bug]: delegatecall_in_loop
detector fails on some custom errors
#1174
Labels
delegatecall_in_loop
detector fails on some custom errors
#1174
Describe the issue:
This is probably related to #1173. Some detectors, like
delegatecall_in_loop
, crash the parser with some custom error cases.Code example to reproduce the issue:
This is as far as I got minimizing the example:
The
revert E(this);
line is causing the issue.Version:
0.8.2
Relevant log output:
The text was updated successfully, but these errors were encountered: