This web page shows the issues in the functions in the package partition 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 |
---|---|---|---|---|---|
partition:::apply_rank | x | Invalid read of size 8 | corr.cpp : 52 | valgrind_log | executable-test-file |
partition:::assign_cluster | init_centroids x | Invalid read of size 8 | kmeans.cpp : 57 | valgrind_log | executable-test-file |
partition:::corr_c_2mat | x y | 51 bytes in 1 blocks are definitely lost in loss record 23 of 1,290 | corr.cpp : 69 | valgrind_log | executable-test-file |
partition:::corr_c_mat | x | 53 bytes in 1 blocks are definitely lost in loss record 23 of 1,286 | corr.cpp : 64 | valgrind_log | executable-test-file |
partition:::icc_c | |||||
partition:::minR2_c | |||||
partition:::pca_c | x | Invalid read of size 8 | pca.cpp : 8 | valgrind_log | executable-test-file |
partition:::rank_c | |||||
partition:::scale_rowmeans |