This web page shows the issues in the functions in the package spsann 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 |
---|---|---|---|---|---|
spsann:::objMSSDCpp | |||||
spsann:::spJitterCpp | idx x xmax xmin y ymax ymin | Invalid read of size 8 | spJitterCpp.cpp : 21 | valgrind_log | executable-test-file |
spsann:::updateMSSDCpp | dm idx x1 x2 | Invalid write of size 8 | updateMSSDCpp.cpp : 33 | valgrind_log | executable-test-file |
spsann:::updatePPLCpp | dm idx x | Invalid read of size 8 | updatePPLCpp.cpp : 30 | valgrind_log | executable-test-file |