This web page shows the issues in the functions in the package BiDAG 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 |
---|---|---|---|---|---|
BiDAG:::collectC | n xs ys | Invalid read of size 8 | src/cppfns.cpp : 46 | valgrind_log | executable-test-file |
BiDAG:::collectCcat | |||||
BiDAG:::collectCcatwt | |||||
BiDAG:::extractT | ts xs ys | Invalid read of size 8 | src/cppfns.cpp : 13 | valgrind_log | executable-test-file |
BiDAG:::takefirst | pos xs | Invalid read of size 8 | src/cppfns.cpp : 58 | valgrind_log | executable-test-file |
BiDAG:::takelast | n pos xs | Invalid read of size 8 | src/cppfns.cpp : 69 | valgrind_log | executable-test-file |