From 7849b920cf3ba6502f8a45e0c35be6393392cc00 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 16 Oct 2017 22:27:27 +0200 Subject: Bug list entry. --- docs/bugs.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/bugs.json') diff --git a/docs/bugs.json b/docs/bugs.json index ac322a48..c642793a 100644 --- a/docs/bugs.json +++ b/docs/bugs.json @@ -1,4 +1,11 @@ [ + { + "name": "ZeroFunctionSelector", + "summary": "It is possible to craft the name of a function such that it is executed instead of the fallback function in very specific circumstances.", + "description": "If a function has a selector consisting only of zeros, is payable and part of a contract that does not have a fallback function and at most five external functions in total, this function is called instead of the fallback function if Ether is sent to the contract without data.", + "fixed": "0.4.18", + "severity": "very low" + }, { "name": "DelegateCallReturnValue", "summary": "The low-level .delegatecall() does not return the execution outcome, but converts the value returned by the functioned called to a boolean instead.", -- cgit