We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947389e commit 0ec852bCopy full SHA for 0ec852b
1 file changed
src/utils/LibZip.sol
@@ -247,6 +247,7 @@ library LibZip {
247
/// For efficiency, this function will directly return the results, terminating the context.
248
/// If called internally, it must be called at the end of the function.
249
function cdFallback() internal {
250
+ /// @solidity memory-safe-assembly
251
assembly {
252
if iszero(calldatasize()) { return(calldatasize(), calldatasize()) }
253
let o := 0
0 commit comments