This web page shows the issues in the functions in the package jmotif 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 |
---|---|---|---|---|---|
jmotif::alphabet_to_cuts | |||||
jmotif::early_abandoned_dist | |||||
jmotif::euclidean_dist | |||||
jmotif::find_discords_brute_force | discords_num ts w_size | Invalid read of size 1 | visit_registry.cpp : 54 | valgrind_log | executable-test-file |
jmotif::find_discords_hotsax | a_size discords_num n_threshold paa_size ts w_size | Invalid read of size 8 | hot-sax.cpp : 163 | valgrind_log | executable-test-file |
jmotif::find_discords_rra | a_size discords_num n_threshold nr_strategy paa_size series w_size | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,356 | rra.cpp : 326 | valgrind_log | executable-test-file |
jmotif::idx_to_letter | idx | Invalid read of size 1 | string.cpp : 17 | valgrind_log | executable-test-file |
jmotif::is_equal_mindist | a b | 61 bytes in 1 blocks are possibly lost in loss record 32 of 1,357 | string.cpp : 77 | valgrind_log | executable-test-file |
jmotif::is_equal_str | a b | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,359 | string.cpp : 60 | valgrind_log | executable-test-file |
jmotif::letters_to_idx | |||||
jmotif::manyseries_to_wordbag | a_size data n_threshold nr_strategy paa_size w_size | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,353 | sax-vsm.cpp : 86 | valgrind_log | executable-test-file |
jmotif::paa | paa_num ts | 73 bytes in 1 blocks are possibly lost in loss record 35 of 1,351 | paa.cpp : 98 | valgrind_log | executable-test-file |
jmotif::sax_by_chunking | a_size n_threshold paa_size ts | 73 bytes in 1 blocks are possibly lost in loss record 35 of 1,353 | paa.cpp : 98 | valgrind_log | executable-test-file |
jmotif::sax_via_window | a_size n_threshold nr_strategy paa_size ts w_size | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,355 | string.cpp : 61 | valgrind_log | executable-test-file |
jmotif::series_to_chars | |||||
jmotif::series_to_string | |||||
jmotif::series_to_wordbag | a_size n_threshold nr_strategy paa_size ts w_size | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,354 | sax-vsm.cpp : 29 | valgrind_log | executable-test-file |
jmotif::str_to_repair_grammar | str | 62 bytes in 1 blocks are possibly lost in loss record 32 of 1,355 | repair.cpp : 521 | valgrind_log | executable-test-file |
jmotif::subseries | |||||
jmotif::znorm |