This web page shows the issues in the functions in the package ggraph 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 |
---|---|---|---|---|---|
ggraph:::circlePackLayout | parent weight | Invalid read of size 8 | circlePack.cpp : 382 | valgrind_log | executable-test-file |
ggraph:::cut_lines | end_height end_type end_width id start_height start_type start_width x y | Invalid read of size 1 | lineCutter.cpp : 208 | valgrind_log | executable-test-file |
ggraph:::pack | |||||
ggraph:::partitionTree | height order parent weight | Invalid read of size 8 | nodes.cpp : 20 | valgrind_log | executable-test-file |
ggraph:::splitTreemap | height order parent weight width | Invalid read of size 8 | nodes.cpp : 11 | valgrind_log | executable-test-file |