This web page shows the issues in the functions in the package BGGM 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 |
---|---|---|---|---|---|
BGGM:::KL_divergnece_mvn | Theta_1 Theta_2 | 65 bytes in 1 blocks are possibly lost in loss record 29 of 1,289 | bggm_fast.cpp : 1940 | valgrind_log | executable-test-file |
BGGM:::Sigma_i_not_i | index x | 56 bytes in 1 blocks are possibly lost in loss record 33 of 1,323 | bggm_fast.cpp : 26 | valgrind_log | executable-test-file |
BGGM:::correlation | Rinv_1 Rinv_2 | 75 bytes in 1 blocks are possibly lost in loss record 32 of 1,289 | bggm_fast.cpp : 2043 | valgrind_log | executable-test-file |
BGGM:::find_ids | x | 69 bytes in 1 blocks are possibly lost in loss record 29 of 1,287 | bggm_fast.cpp : 2371 | valgrind_log | executable-test-file |
BGGM:::hft_algorithm | adj max_iter Sigma tol | Invalid read of size 8 | bggm_fast.cpp : 2301 | valgrind_log | executable-test-file |
BGGM:::internal_missing_gaussian | iter_missing Sigma Y Y_missing | Invalid read of size 8 | bggm_fast.cpp : 71 | valgrind_log | executable-test-file |
BGGM:::remove_col | index x | 61 bytes in 1 blocks are possibly lost in loss record 33 of 1,323 | bggm_fast.cpp : 51 | valgrind_log | executable-test-file |
BGGM:::remove_row | which x | 61 bytes in 1 blocks are possibly lost in loss record 33 of 1,323 | bggm_fast.cpp : 45 | valgrind_log | executable-test-file |
BGGM:::select_col | index x | 56 bytes in 1 blocks are possibly lost in loss record 33 of 1,321 | bggm_fast.cpp : 33 | valgrind_log | executable-test-file |
BGGM:::select_row | index x | 56 bytes in 1 blocks are possibly lost in loss record 33 of 1,323 | bggm_fast.cpp : 39 | valgrind_log | executable-test-file |
BGGM:::sum_squares | Rinv_1 Rinv_2 | 57 bytes in 1 blocks are definitely lost in loss record 28 of 1,288 | bggm_fast.cpp : 1955 | valgrind_log | executable-test-file |