This web page shows the issues in the functions in the package rayshader 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 |
---|---|---|---|---|---|
rayshader:::bicubic_interpolate | |||||
rayshader:::bilineargrid | |||||
rayshader:::construct_matrix | |||||
rayshader:::cubic_interpolate | |||||
rayshader:::fill_find_groups | max_z_matrix | Invalid read of size 8 | find_groups.cpp : 36 | valgrind_log | executable-test-file |
rayshader:::find_groups_cpp | |||||
rayshader:::gen_circle_psf | radius | 100 bytes in 1 blocks are possibly lost in loss record 44 of 1,321 | pointspread.cpp : 88 | valgrind_log | executable-test-file |
rayshader:::gen_ellipse | height intensity width | 61 bytes in 1 blocks are possibly lost in loss record 31 of 1,321 | pointspread.cpp : 107 | valgrind_log | executable-test-file |
rayshader:::gen_hex_psf | radius rotation | 392 bytes in 1 blocks are definitely lost in loss record 116 of 1,317 | pointspread.cpp : 130 | valgrind_log | executable-test-file |
rayshader:::interpolate_color | |||||
rayshader:::is_inside | |||||
rayshader:::lambshade_cpp | heightmap rayvector | Conditional jump or move depends on uninitialised value(s) | lambshade.cpp : 10 | valgrind_log | executable-test-file |
rayshader:::rayshade_multicore | |||||
rayshader:::subsample | circle size | 100 bytes in 1 blocks are possibly lost in loss record 44 of 1,321 | pointspread.cpp : 27 | valgrind_log | executable-test-file |
rayshader:::subsample_rect | binsx binsy rect | 100 bytes in 1 blocks are possibly lost in loss record 44 of 1,322 | pointspread.cpp : 57 | valgrind_log | executable-test-file |