Skip to content

Commit c00db3c

Browse files
author
Leonardo Alt
committed
Bug list entry
1 parent faed71c commit c00db3c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/bugs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"name": "EventStructWrongData",
4+
"summary": "Using structs in events logged wrong data.",
5+
"description": "If a struct is used in an event, the address of the struct is logged instead of the actual data.",
6+
"introduced": "0.4.17",
7+
"fixed": "0.5.0",
8+
"severity": "very low"
9+
},
210
{
311
"name": "NestedArrayFunctionCallDecoder",
412
"summary": "Calling functions that return multi-dimensional fixed-size arrays can result in memory corruption.",

docs/bugs_by_version.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,19 +412,22 @@
412412
},
413413
"0.4.17": {
414414
"bugs": [
415+
"EventStructWrongData",
415416
"NestedArrayFunctionCallDecoder",
416417
"ZeroFunctionSelector"
417418
],
418419
"released": "2017-09-21"
419420
},
420421
"0.4.18": {
421422
"bugs": [
423+
"EventStructWrongData",
422424
"NestedArrayFunctionCallDecoder"
423425
],
424426
"released": "2017-10-18"
425427
},
426428
"0.4.19": {
427429
"bugs": [
430+
"EventStructWrongData",
428431
"NestedArrayFunctionCallDecoder"
429432
],
430433
"released": "2017-11-30"
@@ -445,28 +448,35 @@
445448
},
446449
"0.4.20": {
447450
"bugs": [
451+
"EventStructWrongData",
448452
"NestedArrayFunctionCallDecoder"
449453
],
450454
"released": "2018-02-14"
451455
},
452456
"0.4.21": {
453457
"bugs": [
458+
"EventStructWrongData",
454459
"NestedArrayFunctionCallDecoder"
455460
],
456461
"released": "2018-03-07"
457462
},
458463
"0.4.22": {
459464
"bugs": [
465+
"EventStructWrongData",
460466
"OneOfTwoConstructorsSkipped"
461467
],
462468
"released": "2018-04-16"
463469
},
464470
"0.4.23": {
465-
"bugs": [],
471+
"bugs": [
472+
"EventStructWrongData"
473+
],
466474
"released": "2018-04-19"
467475
},
468476
"0.4.24": {
469-
"bugs": [],
477+
"bugs": [
478+
"EventStructWrongData"
479+
],
470480
"released": "2018-05-16"
471481
},
472482
"0.4.3": {

0 commit comments

Comments
 (0)