Closed cassc closed 1 year ago
The program counter 7674 for the contract rubic.sol.txt compiled with solc version 0.8.10 should point to the following line
0.8.10
rubic.sol REENTRANCY CALL 7674 195 (bool success, ) = recipient.call{value: amount}("");
but now it's pointing to some other incorrect location. The bug exists starting from the commit https://github.com/sbip-sg/solc-json-parser/commit/ccdec5ae213b6c9c84c9ef164eea2638f30c085e It's probably also a bug with unicode characters.
This issue is fixed by PR 47
The program counter 7674 for the contract rubic.sol.txt compiled with solc version
0.8.10
should point to the following linebut now it's pointing to some other incorrect location. The bug exists starting from the commit https://github.com/sbip-sg/solc-json-parser/commit/ccdec5ae213b6c9c84c9ef164eea2638f30c085e It's probably also a bug with unicode characters.