Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/utils/LibZip.sol
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ library LibZip {
/// For efficiency, this function will directly return the results, terminating the context.
/// If called internally, it must be called at the end of the function.
function cdFallback() internal {
/// @solidity memory-safe-assembly
assembly {
if iszero(calldatasize()) { return(calldatasize(), calldatasize()) }
let o := 0
Expand Down