This web page shows the issues in the functions in the package uwot 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 |
---|---|---|---|---|---|
uwot:::fast_intersection_cpp | cols far_dist rows target unknown_dist values | Invalid read of size 4 | supervised.cpp : 34 | valgrind_log | executable-test-file |
uwot:::general_sset_intersection_cpp | data1 data2 indices1 indices2 indptr1 indptr2 mix_weight result_col result_row result_val | Invalid read of size 4 | supervised.cpp : 55 | valgrind_log | executable-test-file |