This web page shows the issues in the functions in the package raptr 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 |
---|---|---|---|---|---|
raptr:::rcpp_groupmean | cat_vec val_vec | Conditional jump or move depends on uninitialised value(s) | rcpp_groupmean.cpp : 27 | valgrind_log | executable-test-file |
raptr:::rcpp_proportion_held | x y_weights y | Invalid read of size 8 | rcpp_proportion_held.cpp : 43 | valgrind_log | executable-test-file |
raptr:::rcpp_squared_distance | x y_weights y | Invalid read of size 8 | rcpp_squared_distance.cpp : 30 | valgrind_log | executable-test-file |