This web page shows the issues in the functions in the package UPG 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 |
---|---|---|---|---|---|
UPG:::sample_binom | A0 beta_old BOOST d0 G0 nburn Ni nsave prior_ig verbose X y_matrix | Invalid read of size 8 | BINOMIAL.cpp : 322 | valgrind_log | executable-test-file |
UPG:::sample_logit | A0 beta_old BOOST d0 G0 nburn nsave verbose X y_categ y_matrix | Invalid read of size 8 | LOGIT.cpp : 315 | valgrind_log | executable-test-file |
UPG:::sample_mnl | A0 beta_old BOOST d0 G0 nburn nsave verbose X y_categ y_matrix | Invalid read of size 8 | MNL.cpp : 368 | valgrind_log | executable-test-file |
UPG:::sample_probit | A0 beta_old BOOST d0 G0 nburn nsave verbose X y_categ y_matrix | Invalid read of size 8 | PROBIT.cpp : 80 | valgrind_log | executable-test-file |