This web page shows the issues in the functions in the package SpatialBSS 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 |
---|---|---|---|---|---|
SpatialBSS:::idw | coords_pred coords_vals p vals | 67 bytes in 1 blocks are definitely lost in loss record 32 of 1,325 | idw.cpp : 42 | valgrind_log | executable-test-file |
SpatialBSS:::k_mat_ball | coords h | 512 bytes in 1 blocks are definitely lost in loss record 131 of 1,317 | k_mat.cpp : 18 | valgrind_log | executable-test-file |
SpatialBSS:::k_mat_exp | coords h | 512 bytes in 1 blocks are definitely lost in loss record 131 of 1,317 | k_mat.cpp : 63 | valgrind_log | executable-test-file |
SpatialBSS:::k_mat_ring | |||||
SpatialBSS:::sp_lcov_sparse | k x | Invalid read of size 8 | sp_cov_mat.cpp : 21 | valgrind_log | executable-test-file |
SpatialBSS:::sp_ldiff_sparse | k x | Invalid read of size 8 | sp_cov_mat.cpp : 48 | valgrind_log | executable-test-file |