This web page shows the issues in the functions in the package ECctmc 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 |
---|---|---|---|---|---|
ECctmc:::comp_expmat | Q | Invalid read of size 8 | simulation_functions.cpp : 606 | valgrind_log | executable-test-file |
ECctmc:::sample_path_mr | a b Q t0 t1 | Invalid read of size 8 | simulation_functions.cpp : 47 | valgrind_log | executable-test-file |
ECctmc:::sample_path_unif | a b Q t0 t1 | 54 bytes in 1 blocks are possibly lost in loss record 28 of 1,321 | simulation_functions.cpp : 161 | valgrind_log | executable-test-file |
ECctmc:::sample_path_unif3 | a b P Q t0 t1 | 54 bytes in 1 blocks are possibly lost in loss record 28 of 1,322 | simulation_functions.cpp : 469 | valgrind_log | executable-test-file |