This web page shows the issues in the functions in the package Umatrix 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 |
---|---|---|---|---|---|
Umatrix:::addRowWiseC | |||||
Umatrix:::bestmatchC | |||||
Umatrix:::bestmatchesC | Columns DataPoints WeightVectors | Invalid read of size 8 | src/bestmatchesC.cpp : 29 | valgrind_log | executable-test-file |
Umatrix:::esomTrainedWeightVectorsConeC | DataPoint DistancesToBm indices LearningRate Radius WeightVectors | Invalid read of size 8 | src/esomTrainedWeightVectorsConeC.cpp : 17 | valgrind_log | executable-test-file |
Umatrix:::esomTrainedWeightVectorsGaussC | DataPoint DistancesToBm indices LearningRate Radius WeightVectors | Invalid read of size 8 | src/esomTrainedWeightVectorsGaussC.cpp : 21 | valgrind_log | executable-test-file |
Umatrix:::esomTrainedWeightVectorsMexicanHatC | DataPoint DistancesToBm indices LearningRate Radius WeightVectors | Invalid read of size 8 | src/esomTrainedWeightVectorsMexicanHatC.cpp : 26 | valgrind_log | executable-test-file |