This web page shows the issues in the functions in the package wkutils 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 |
---|---|---|---|---|---|
wkutils:::cpp_coords_linestring_translate_wkb | bufferSize endian featureId m x y z | 68 bytes in 1 blocks are possibly lost in loss record 32 of 1,358 | coords-translate.cpp : 51 | valgrind_log | executable-test-file |
wkutils:::cpp_coords_linestring_translate_wksxp | featureId m x y z | Conditional jump or move depends on uninitialised value(s) | coords-translate.cpp : 60 | valgrind_log | executable-test-file |
wkutils:::cpp_coords_point_translate_wkb | bufferSize endian m x y z | 68 bytes in 1 blocks are possibly lost in loss record 32 of 1,356 | coords-translate.cpp : 23 | valgrind_log | executable-test-file |
wkutils:::cpp_coords_point_translate_wksxp | m x y z | Invalid read of size 8 | coords-translate.cpp : 31 | valgrind_log | executable-test-file |
wkutils:::cpp_coords_polygon_translate_wkb | bufferSize endian featureId m ringId x y z | Invalid read of size 8 | coords-translate.cpp : 80 | valgrind_log | executable-test-file |
wkutils:::cpp_coords_polygon_translate_wksxp | featureId m ringId x y z | Conditional jump or move depends on uninitialised value(s) | coords-translate.cpp : 89 | valgrind_log | executable-test-file |
wkutils:::cpp_debug_wkt | |||||
wkutils:::cpp_debug_wkt_streamer | |||||
wkutils:::cpp_wkt_has_missing | wkt | 25 bytes in 1 blocks are possibly lost in loss record 19 of 1,357 | finite.cpp : 112 | valgrind_log | executable-test-file |
wkutils:::cpp_wkt_has_non_finite | wkt | 21 bytes in 1 blocks are possibly lost in loss record 18 of 1,359 | finite.cpp : 80 | valgrind_log | executable-test-file |