This web page shows the issues in the functions in the package ipft 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 |
---|---|---|---|---|---|
ipft:::ipfEuclidean | test train | Conditional jump or move depends on uninitialised value(s) | src/ipf.cpp : 54 | valgrind_log | executable-test-file |
ipft:::ipfLGD | |||||
ipft:::ipfManhattan | test train | Invalid read of size 8 | src/ipf.cpp : 64 | valgrind_log | executable-test-file |
ipft:::ipfNormDistance | |||||
ipft:::ipfPLGD | alpha epsilon sd test threshold train | Conditional jump or move depends on uninitialised value(s) | src/ipf.cpp : 34 | valgrind_log | executable-test-file |