This web page shows the issues in the functions in the package PanelCount 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 |
---|---|---|---|---|---|
PanelCount:::groupProd | group v | Conditional jump or move depends on uninitialised value(s) | src/matrix.cpp : 47 | valgrind_log | executable-test-file |
PanelCount:::matVecProd | m v | Conditional jump or move depends on uninitialised value(s) | src/matrix.cpp : 7 | valgrind_log | executable-test-file |
PanelCount:::matVecProdSum | ext group m v | Conditional jump or move depends on uninitialised value(s) | src/matrix.cpp : 15 | valgrind_log | executable-test-file |
PanelCount:::matVecProdSumExt | ext ext2 group m v | Conditional jump or move depends on uninitialised value(s) | src/matrix.cpp : 30 | valgrind_log | executable-test-file |