This web page shows the issues in the functions in the package ambient 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 |
---|---|---|---|---|---|
ambient:::cubic_2d_c | |||||
ambient:::cubic_3d_c | |||||
ambient:::gen_cubic2d_c | freq seed x y | Invalid read of size 8 | cubic.cpp : 85 | valgrind_log | executable-test-file |
ambient:::gen_cubic3d_c | freq seed x y z | Invalid read of size 8 | cubic.cpp : 95 | valgrind_log | executable-test-file |
ambient:::gen_perlin2d_c | freq interp seed x y | Conditional jump or move depends on uninitialised value(s) | FastNoise.cpp : 184 | valgrind_log | executable-test-file |
ambient:::gen_perlin3d_c | freq interp seed x y z | Conditional jump or move depends on uninitialised value(s) | FastNoise.cpp : 184 | valgrind_log | executable-test-file |
ambient:::gen_simplex2d_c | freq seed x y | Invalid read of size 8 | simplex.cpp : 111 | valgrind_log | executable-test-file |
ambient:::gen_simplex3d_c | freq seed x y z | Invalid read of size 8 | simplex.cpp : 121 | valgrind_log | executable-test-file |
ambient:::gen_simplex4d_c | freq seed t x y z | Invalid read of size 8 | simplex.cpp : 131 | valgrind_log | executable-test-file |
ambient:::gen_value2d_c | freq interp seed x y | Invalid read of size 8 | value.cpp : 87 | valgrind_log | executable-test-file |
ambient:::gen_value3d_c | freq interp seed x y z | Invalid read of size 8 | value.cpp : 97 | valgrind_log | executable-test-file |
ambient:::gen_white2d_c | |||||
ambient:::gen_white3d_c | freq seed x y z | Invalid read of size 8 | white.cpp : 109 | valgrind_log | executable-test-file |
ambient:::gen_white4d_c | freq seed t x y z | Invalid read of size 8 | white.cpp : 121 | valgrind_log | executable-test-file |
ambient:::gen_worley2d_c | dist dist2ind freq jitter seed value x y | Invalid read of size 8 | worley.cpp : 93 | valgrind_log | executable-test-file |
ambient:::gen_worley3d_c | dist dist2ind freq jitter seed value x y z | Invalid read of size 8 | worley.cpp : 103 | valgrind_log | executable-test-file |
ambient:::perlin_2d_c | |||||
ambient:::perlin_3d_c | |||||
ambient:::simplex_2d_c | |||||
ambient:::simplex_3d_c | |||||
ambient:::simplex_4d_c | |||||
ambient:::value_2d_c | |||||
ambient:::value_3d_c | |||||
ambient:::white_2d_c | |||||
ambient:::white_3d_c | |||||
ambient:::white_4d_c | |||||
ambient:::worley_2d_c | |||||
ambient:::worley_3d_c |