Skip to content

Commit 62e3b83

Browse files
authored
docs: fix spelling on 2021-08-22 postmortem (#23595)
Spelling update
1 parent 1b34283 commit 62e3b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/postmortems/2021-08-22-split-postmortem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a post-mortem concerning the minority split that occurred on Ethereum ma
1616

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

19-
On 2021-08-17, Guido Vranken submitted a report to [email protected]. This co-incided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue.
19+
On 2021-08-17, Guido Vranken submitted a report to [email protected]. This coincided with a geth-meetup in Berlin, so the geth team could fairly quickly analyse the issue.
2020

2121
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.
2222

0 commit comments

Comments
 (0)