This web page shows the issues in the functions in the package cusum 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 |
---|---|---|---|---|---|
cusum::gscusum | failure_probability input_outcomes limit max_num_shuffles odds_multiplier quantiles seed | Invalid read of size 8 | quantiles.h : 15 | valgrind_log | executable-test-file |
cusum::ragscusum | input_ra_outcomes limit max_num_shuffles quantiles seed | 24 bytes in 1 blocks are definitely lost in loss record 19 of 1,323 | gscusum.cpp : 205 | valgrind_log | executable-test-file |