optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Comment says 4 bytes, but it is actually the word size

Open BlocksOnAChain opened this issue 1 year ago • 1 comments

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

BlocksOnAChain avatar Dec 17 '24 07:12 BlocksOnAChain

Is it live ? I want to take if possible

Himess avatar Dec 06 '25 12:12 Himess