CORIONplatform / solidity

GNU General Public License v3.0
12 stars 9 forks source link

moduleHandler: callDisableCallback might disable wrong module #92

Closed gundas closed 7 years ago

gundas commented 7 years ago

https://github.com/CORIONplatform/solidity/blob/master/moduleHandler.sol#L232-L233

if module is not found by the name (_found is not checked), then some other module with '_id=0' will be disabled.

iFA88 commented 7 years ago

https://github.com/CORIONplatform/solidity/commit/c213f90016d84a877b1fa84ac869e2862df33ed7