Results 4 comments of Y4nhu1

> Linux 原生版本?看了钉钉官网,实在是没有找到啊,能否麻烦发个链接呢?谢谢!~ 现在邀请通道好像关掉了……还是内测版,得进群

```py if isinstance(ir, OperationWithLValue) and ir.lvalue: if isinstance(ir.lvalue, LocalIRVariable) and ir.lvalue.is_storage: continue if isinstance(ir.lvalue, ReferenceVariable): lvalue = ir.lvalue.points_to if lvalue: add_dependency(lvalue, function, ir, is_protected) add_dependency(ir.lvalue, function, ir, is_protected) ``` For...

I have simplified the [condition](https://github.com/crytic/slither/pull/2288/commits/fa1aff524b3abc48a843c6e0c1924a8435be16eb). We can not just use `ir.read`. Consider the following `Index` operation: ``` REF_1(uint256) -> mapping_var_1[msg.sender] ``` `add_dependency(lvalue,function,ir)` will be called with `(ir.lvalue.points_to,function,ir)` and `(ir.lvalue,function,ir)`, i.e....

Stay hungry,Stay foolish 小问题? 网站上评论区无法登录,直接摸到这里来了 _(´ཀ`」 ∠)_