This web page shows the issues in the functions in the package ldsr 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 |
---|---|---|---|---|---|
ldsr::KGE | y yhat | Conditional jump or move depends on uninitialised value(s) | utils.cpp : 77 | valgrind_log | executable-test-file |
ldsr::NSE | |||||
ldsr::RE | y yc_bar yhat | Invalid read of size 8 | utils.cpp : 94 | valgrind_log | executable-test-file |
ldsr:::corr | x y | Invalid read of size 8 | utils.cpp : 56 | valgrind_log | executable-test-file |
ldsr::nRMSE | normConst y yhat | Conditional jump or move depends on uninitialised value(s) | utils.cpp : 37 | valgrind_log | executable-test-file |