This web page shows the issues in the functions in the package immunarch 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 |
---|---|---|---|---|---|
immunarch:::fill_reads | new_counts new_reads | Invalid read of size 8 | fill_functions.cpp : 30 | valgrind_log | executable-test-file |
immunarch:::fill_vec | read_indices read_vec | Invalid write of size 8 | fill_functions.cpp : 20 | valgrind_log | executable-test-file |