mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #905 from ethereum/chriseth-patch-1
Docs: wording: recursive call exploit -> reentrancy exploit
This commit is contained in:
commit
e4578982c6
@ -82,7 +82,7 @@ parentheses at the end perform the actual call.
|
|||||||
that the called contract can change state variables of the calling contract
|
that the called contract can change state variables of the calling contract
|
||||||
via its functions. Write your functions in a way that, for example, calls to
|
via its functions. Write your functions in a way that, for example, calls to
|
||||||
external functions happen after any changes to state variables in your contract
|
external functions happen after any changes to state variables in your contract
|
||||||
so your contract is not vulnerable to a recursive call exploit.
|
so your contract is not vulnerable to a reentrancy exploit.
|
||||||
|
|
||||||
Named Calls and Anonymous Function Parameters
|
Named Calls and Anonymous Function Parameters
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user