This web page shows the issues in the functions in the package precrec 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 |
---|---|---|---|---|---|
precrec:::calc_auc | xs ys | Invalid read of size 8 | precrec_plx.cpp : 616 | valgrind_log | executable-test-file |
precrec:::calc_basic_measures | fns fps nn np tns tps | Invalid read of size 8 | precrec_plx.cpp : 313 | valgrind_log | executable-test-file |
precrec:::create_confusion_matrices | olabs rank_idx ranks | Invalid read of size 8 | precrec_plx.cpp : 82 | valgrind_log | executable-test-file |
precrec:::create_prc_curve | fps pr sn tps x_bins | 73 bytes in 1 blocks are possibly lost in loss record 35 of 1,325 | precrec_plx.cpp : 505 | valgrind_log | executable-test-file |
precrec:::create_roc_curve | fps sn sp tps x_bins | 73 bytes in 1 blocks are possibly lost in loss record 35 of 1,325 | precrec_plx.cpp : 394 | valgrind_log | executable-test-file |