File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "name" : " EventIndexedStructWrongData" ,
4
+ "summary" : " Using indexed structs in events logged wrong data." ,
5
+ "description" : " If a struct is used as indexed in an event, the address of the struct was logged instead of the hash of the data." ,
6
+ "introduced" : " 0.4.17" ,
7
+ "fixed" : " 0.5.0" ,
8
+ "severity" : " very low"
9
+ },
2
10
{
3
11
"name" : " NestedArrayFunctionCallDecoder" ,
4
12
"summary" : " Calling functions that return multi-dimensional fixed-size arrays can result in memory corruption." ,
Original file line number Diff line number Diff line change 412
412
},
413
413
"0.4.17" : {
414
414
"bugs" : [
415
+ " EventIndexedStructWrongData" ,
415
416
" NestedArrayFunctionCallDecoder" ,
416
417
" ZeroFunctionSelector"
417
418
],
418
419
"released" : " 2017-09-21"
419
420
},
420
421
"0.4.18" : {
421
422
"bugs" : [
423
+ " EventIndexedStructWrongData" ,
422
424
" NestedArrayFunctionCallDecoder"
423
425
],
424
426
"released" : " 2017-10-18"
425
427
},
426
428
"0.4.19" : {
427
429
"bugs" : [
430
+ " EventIndexedStructWrongData" ,
428
431
" NestedArrayFunctionCallDecoder"
429
432
],
430
433
"released" : " 2017-11-30"
445
448
},
446
449
"0.4.20" : {
447
450
"bugs" : [
451
+ " EventIndexedStructWrongData" ,
448
452
" NestedArrayFunctionCallDecoder"
449
453
],
450
454
"released" : " 2018-02-14"
451
455
},
452
456
"0.4.21" : {
453
457
"bugs" : [
458
+ " EventIndexedStructWrongData" ,
454
459
" NestedArrayFunctionCallDecoder"
455
460
],
456
461
"released" : " 2018-03-07"
457
462
},
458
463
"0.4.22" : {
459
464
"bugs" : [
465
+ " EventIndexedStructWrongData" ,
460
466
" OneOfTwoConstructorsSkipped"
461
467
],
462
468
"released" : " 2018-04-16"
463
469
},
464
470
"0.4.23" : {
465
- "bugs" : [],
471
+ "bugs" : [
472
+ " EventIndexedStructWrongData"
473
+ ],
466
474
"released" : " 2018-04-19"
467
475
},
468
476
"0.4.24" : {
469
- "bugs" : [],
477
+ "bugs" : [
478
+ " EventIndexedStructWrongData"
479
+ ],
470
480
"released" : " 2018-05-16"
471
481
},
472
482
"0.4.3" : {
You can’t perform that action at this time.
0 commit comments