This web page shows the issues in the functions in the package fcaR 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 |
---|---|---|---|---|---|
fcaR:::flatten_sparse_C | |||||
fcaR:::get_element_array | i j k | 65 bytes in 1 blocks are possibly lost in loss record 32 of 1,322 | aux_functions.cpp : 61 | valgrind_log | executable-test-file |
fcaR:::print_matrix | |||||
fcaR:::print_vector | |||||
fcaR:::self_intersection_C | x_i x_p y_i y_p | Invalid read of size 4 | subsetting.cpp : 120 | valgrind_log | executable-test-file |
fcaR:::set_difference | number xi xp xx yi yp yx | Invalid write of size 4 | vector_operations.cpp : 49 | valgrind_log | executable-test-file |
fcaR:::set_difference_single | number xi xp xx yi yp yx | Invalid write of size 4 | vector_operations.cpp : 49 | valgrind_log | executable-test-file |
fcaR:::which_at_col | col x_i x_p | Invalid read of size 4 | subsetting.cpp : 368 | valgrind_log | executable-test-file |