This web page shows the issues in the functions in the package kdecopula 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 |
---|---|---|---|---|---|
kdecopula:::eval_beta | |||||
kdecopula:::eval_hfunc_2d | cond_var grid uev vals | Invalid read of size 8 | interp.cpp : 138 | valgrind_log | executable-test-file |
kdecopula:::eval_mr | b dat uev | 56 bytes in 1 blocks are possibly lost in loss record 33 of 1,322 | evaluators.cpp : 32 | valgrind_log | executable-test-file |
kdecopula:::eval_t | B dat uev | Invalid read of size 8 | evaluators.cpp : 108 | valgrind_log | executable-test-file |
kdecopula:::interp_2d | grid tmpgrid tmpvals vals x | Invalid read of size 8 | interp.cpp : 138 | valgrind_log | executable-test-file |
kdecopula:::inv_hfunc | cond_var grid uev vals | Conditional jump or move depends on uninitialised value(s) | hfunc.cpp : 102 | valgrind_log | executable-test-file |