This web page shows the issues in the functions in the package dng 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 |
---|---|---|---|---|---|
dng:::psplitn | |||||
dng:::psplitt | |||||
dng:::qsplitn | |||||
dng:::qsplitt | |||||
dng:::rsplitn | |||||
dng:::rsplitt | |||||
dng:::splitn_kurtosis | |||||
dng:::splitn_mean | lmd mu sigma | Invalid write of size 8 | rcpp_splitn_mean.cpp : 58 | valgrind_log | executable-test-file |
dng:::splitn_skewness | lmd sigma | Invalid write of size 8 | rcpp_splitn_skewness.cpp : 20 | valgrind_log | executable-test-file |
dng:::splitn_var | lmd sigma | Invalid write of size 8 | rcpp_splitn_var.cpp : 20 | valgrind_log | executable-test-file |
dng:::splitt_kurtosis | df lmd phi | Invalid write of size 8 | rcpp_splitt_kurtosis.cpp : 19 | valgrind_log | executable-test-file |
dng:::splitt_mean | df lmd mu phi | Invalid write of size 8 | rcpp_splitt_mean.cpp : 59 | valgrind_log | executable-test-file |
dng:::splitt_skewness | df lmd phi | Invalid write of size 8 | rcpp_splitt_skewness.cpp : 19 | valgrind_log | executable-test-file |
dng:::splitt_var | df lmd phi | Invalid write of size 8 | rcpp_splitt_var.cpp : 19 | valgrind_log | executable-test-file |