Skip to content

Commit

Permalink
docs: fix spelling on 2021-08-22 postmortem (#23595)
Browse files Browse the repository at this point in the history
Spelling update
  • Loading branch information
peteyburgers committed Sep 20, 2021
1 parent 1b34283 commit 62e3b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/postmortems/2021-08-22-split-postmortem.md
Expand Up @@ -16,7 +16,7 @@ This is a post-mortem concerning the minority split that occurred on Ethereum ma

### 2021-08-17 RETURNDATA corruption via datacopy

On 2021-08-17, Guido Vranken submitted a report to bounty@ethereum.org. This co-incided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue.
On 2021-08-17, Guido Vranken submitted a report to bounty@ethereum.org. This coincided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue.

He submitted a proof of concept which called the `dataCopy` precompile, where the input slice and output slice were overlapping but shifted. Doing a `copy` where the `src` and `dest` overlaps is not a problem in itself, however, the `returnData`slice was _also_ using the same memory as a backing-array.

Expand Down

0 comments on commit 62e3b83

Please sign in to comment.