This web page shows the issues in the functions in the package DStree 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 |
---|---|---|---|---|---|
DStree:::hazard | lev wt y1 y2 | 42 bytes in 1 blocks are possibly lost in loss record 21 of 1,323 | src/hazard.cpp : 29 | valgrind_log | executable-test-file |
DStree:::hazardl | ind lev wt y1 y2 | 44 bytes in 1 blocks are possibly lost in loss record 22 of 1,278 | src/hazardl.cpp : 28 | valgrind_log | executable-test-file |
DStree:::hazardr | ind lev wt y1 y2 | 52 bytes in 1 blocks are possibly lost in loss record 26 of 1,277 | src/hazardr.cpp : 29 | valgrind_log | executable-test-file |
DStree:::lik | ncens nuncens pi S | Invalid read of size 8 | src/lik.cpp : 15 | valgrind_log | executable-test-file |