This web page shows the issues in the functions in the package timma 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 |
---|---|---|---|---|---|
timma:::maxcpp | j tau x y | 77 bytes in 1 blocks are definitely lost in loss record 35 of 1,351 | src/max_min.cpp : 10 | valgrind_log | executable-test-file |
timma:::maxcpp1 | tau x y | 41 bytes in 1 blocks are definitely lost in loss record 21 of 1,351 | src/max_min.cpp : 81 | valgrind_log | executable-test-file |
timma:::mincpp | j tau x y | 77 bytes in 1 blocks are definitely lost in loss record 35 of 1,351 | src/max_min.cpp : 33 | valgrind_log | executable-test-file |
timma:::mincpp1 | tau x y | 41 bytes in 1 blocks are definitely lost in loss record 21 of 1,350 | src/max_min.cpp : 101 | valgrind_log | executable-test-file |
timma:::sumcpp | j tau x y | 77 bytes in 1 blocks are definitely lost in loss record 35 of 1,351 | src/max_min.cpp : 58 | valgrind_log | executable-test-file |
timma:::sumcpp1 | tau x y | 41 bytes in 1 blocks are definitely lost in loss record 21 of 1,351 | src/max_min.cpp : 120 | valgrind_log | executable-test-file |