Skip to content

Commit df182a7

Browse files
authored
docs: fix typo (#30740)
fixes a typo on one of the postmortems
1 parent ae83912 commit df182a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ On the evening of 17th, we discussed options on how to handle it. We made a stat
5656
It was decided that in this specific instance, it would be possible to make a public announcement and a patch release:
5757

5858
- The fix can be made pretty 'generically', e.g. always copying data on input to precompiles.
59-
- The flaw is pretty difficult to find, given a generic fix in the call. The attacker needs to figure out that it concerns the precompiles, specifically the datcopy, and that it concerns the `RETURNDATA` buffer rather than the regular memory, and lastly the special circumstances to trigger it (overlapping but shifted input/output).
59+
- The flaw is pretty difficult to find, given a generic fix in the call. The attacker needs to figure out that it concerns the precompiles, specifically the datacopy, and that it concerns the `RETURNDATA` buffer rather than the regular memory, and lastly the special circumstances to trigger it (overlapping but shifted input/output).
6060

6161
Since we had merged the removal of `ETH65`, if the entire network were to upgrade, then nodes which have not yet implemented `ETH66` would be cut off from the network. After further discussions, we decided to:
6262

0 commit comments

Comments
 (0)