Bug list entry

This commit is contained in:
Leonardo Alt
2018-08-15 17:37:21 +02:00
parent faed71c6b1
commit c00db3c247
2 changed files with 20 additions and 2 deletions
+8
View File
@@ -1,4 +1,12 @@
[
{
"name": "EventStructWrongData",
"summary": "Using structs in events logged wrong data.",
"description": "If a struct is used in an event, the address of the struct is logged instead of the actual data.",
"introduced": "0.4.17",
"fixed": "0.5.0",
"severity": "very low"
},
{
"name": "NestedArrayFunctionCallDecoder",
"summary": "Calling functions that return multi-dimensional fixed-size arrays can result in memory corruption.",