optimism
optimism copied to clipboard
Comment says 4 bytes, but it is actually the word size
As per spearbit audit finding, we have the following finding:
Description Comment says 4 bytes, but it is actually the word size. Also, the comment is bellow the aligning operation.
Recommendation Move the comment above the aligning, and use "word size" instead of "4 bytes".
packages/contracts-bedrock/src/cannon/libraries/MIPS64Syscalls.sol // mask the addr to align it to 4 bytes
Is it live ? I want to take if possible