This web page shows the issues in the functions in the package densityClust 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 |
---|---|---|---|---|---|
densityClust:::distanceToPeakCpp | distance rho | Invalid read of size 8 | distanceToPeak.cpp : 14 | valgrind_log | executable-test-file |
densityClust:::findDistValueByRowColInd | col_inds distance num_row row_inds | Invalid read of size 8 | findDistValueByRowColInd.cpp : 56 | valgrind_log | executable-test-file |
densityClust:::gaussianLocalDensity | dc distance nrow | Invalid read of size 8 | localDensity.cpp : 20 | valgrind_log | executable-test-file |
densityClust:::nonGaussianLocalDensity | dc distance nrow | Conditional jump or move depends on uninitialised value(s) | localDensity.cpp : 45 | valgrind_log | executable-test-file |
densityClust:::smallest_dist_rho_order_coords |