This web page shows the issues in the functions in the package mhazard if there are any. The table below shows the list of inputs passed that are generated by fuzzers and the valgrind issues with corresponding CPP file and line number.
name | inputs | message | file.line | valgrind_log | executable.file |
---|---|---|---|---|---|
mhazard:::calcEE11 | beta11 Delta1 Delta2 dij11 T1 T2 X Y1 Y2 | Conditional jump or move depends on uninitialised value(s) | mcox.cpp : 105 | valgrind_log | executable-test-file |
mhazard:::calcF | lambda01 lambda10 lambda11 | Invalid read of size 8 | mcox.cpp : 24 | valgrind_log | executable-test-file |
mhazard:::calcTemp2 | |||||
mhazard:::calc_drij | Delta1 Delta2 T1 T2 Y1 Y2 | Invalid read of size 8 | mcox.cpp : 143 | valgrind_log | executable-test-file |
mhazard:::calc_lambda11 | beta11 dij11 T1 T2 X Y1 Y2 | Invalid read of size 8 | mcox.cpp : 58 | valgrind_log | executable-test-file |
mhazard:::getBootCI | |||||
mhazard:::jointHaz | Delta1 Delta2 T1 T2 Y1 Y2 | Invalid read of size 8 | mkm.cpp : 18 | valgrind_log | executable-test-file |
mhazard:::jointHazLambda | Delta1 Delta2 method T1 T2 Y1 Y2 | 51,200 bytes in 1 blocks are definitely lost in loss record 1,174 of 1,335 | mkm.cpp : 121 | valgrind_log | executable-test-file |
mhazard:::margHaz | |||||
mhazard:::triHaz | Delta1 Delta2 Delta3 T1 T2 T3 Y1 Y2 Y3 | Conditional jump or move depends on uninitialised value(s) | mkm.cpp : 308 | valgrind_log | executable-test-file |