This web page shows the issues in the functions in the package flam 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 |
---|---|---|---|---|---|
flam:::calcsum | n p thetamat | Conditional jump or move depends on uninitialised value(s) | fit.cpp : 170 | valgrind_log | executable-test-file |
flam:::maxLambda_a1_C_single | n xcol ycenter | Invalid read of size 8 | fit.cpp : 189 | valgrind_log | executable-test-file |
flam:::order_ | |||||
flam:::tf_dp | lam n y | Invalid read of size 8 | fit.cpp : 90 | valgrind_log | executable-test-file |
flam:::updatecolumn | colnum column nrow thetamat | Invalid write of size 8 | fit.cpp : 138 | valgrind_log | executable-test-file |
flam:::updateresidual | j n p resid thetamat y | Invalid read of size 8 | fit.cpp : 157 | valgrind_log | executable-test-file |
flam:::updatevector | length update vector | Invalid write of size 8 | fit.cpp : 146 | valgrind_log | executable-test-file |