Skip to content

Commit

Permalink
Merge pull request #3 from ensdomains/issue-3.1
Browse files Browse the repository at this point in the history
Remediate issue 3.1 in ENS audit
  • Loading branch information
Arachnid authored Mar 12, 2019
2 parents f6b2651 + 788a026 commit e433e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Buffer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library Buffer {
let ptr := mload(0x40)
mstore(buf, ptr)
mstore(ptr, 0)
mstore(0x40, add(ptr, capacity))
mstore(0x40, add(32, add(ptr, capacity)))
}
return buf;
}
Expand Down

0 comments on commit e433e02

Please sign in to comment.