This web page shows the issues in the functions in the package TreeTools 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 |
---|---|---|---|---|---|
TreeTools:::edge_to_num | child nTip parent | 65 bytes in 1 blocks are possibly lost in loss record 32 of 1,323 | int_to_tree.cpp : 105 | valgrind_log | executable-test-file |
TreeTools:::edge_to_rooted_shape | child nTip parent | 65 bytes in 1 blocks are possibly lost in loss record 32 of 1,324 | tree_shape.cpp : 97 | valgrind_log | executable-test-file |
TreeTools:::minimum_spanning_tree | order | Invalid write of size 8 | minimum_spanning_tree.cpp : 27 | valgrind_log | executable-test-file |
TreeTools:::num_to_parent | n nTip | 41 bytes in 1 blocks are possibly lost in loss record 21 of 1,322 | int_to_tree.cpp : 11 | valgrind_log | executable-test-file |
TreeTools:::random_parent | |||||
TreeTools:::rooted_shape_to_edge | nTip shape | 87 bytes in 1 blocks are possibly lost in loss record 41 of 1,322 | tree_shape.cpp : 74 | valgrind_log | executable-test-file |