This web page shows the issues in the functions in the package gear 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 |
---|---|---|---|---|---|
gear:::eucdist1 | eps x y | Conditional jump or move depends on uninitialised value(s) | distance_functions.cpp : 123 | valgrind_log | executable-test-file |
gear:::eucdist2 | eps x1 x2 y1 y2 | Invalid read of size 8 | distance_functions.cpp : 143 | valgrind_log | executable-test-file |
gear:::gcdist1 | eps lat lon | Invalid read of size 8 | distance_functions.cpp : 24 | valgrind_log | executable-test-file |
gear:::gcdist2 | eps lat1 lat2 lon1 lon2 | Invalid read of size 8 | distance_functions.cpp : 80 | valgrind_log | executable-test-file |