This web page shows the issues in the functions in the package rpart.LAD 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 |
---|---|---|---|---|---|
rpart.LAD:::getGoodness | medians wt x | Invalid read of size 8 | LADsplit.cpp : 160 | valgrind_log | executable-test-file |
rpart.LAD:::getGoodnessOMP | medians wt x | Invalid read of size 8 | LADsplit.cpp : 122 | valgrind_log | executable-test-file |
rpart.LAD:::getMedians | idx wt x | Invalid write of size 8 | LADsplit.cpp : 80 | valgrind_log | executable-test-file |
rpart.LAD:::sort_index | |||||
rpart.LAD:::wmedian | weight x | Invalid read of size 8 | helper.cpp : 30 | valgrind_log | executable-test-file |