Closed FabrizioSandri closed 2 years ago
function_name | message | file_line | address_trace | R_code |
---|---|---|---|---|
rcpp_read_out_of_bound | Invalid read of size 4 | read_out_of_bound.cpp:7 | No Address Trace found | Test codetestlist <- list(rbound = -1869428349L) |
rcpp_use_after_deallocate | Invalid read of size 1 | use_after_deallocate.cpp:8 | use_after_deallocate.cpp:6 | Test codetestlist <- list(array_size = 151141258L) |
rcpp_use_after_free | Argument 'size' of function malloc has a fishy (possibly negative) value: -2694414152 | use_after_free.cpp:6 | No Address Trace found | Test codetestlist <- list(alloc_size = -673603538L) |
rcpp_write_index_outofbound | Invalid write of size 4 | write_index_outofbound.cpp:8 | No Address Trace found | Test codetestlist <- list(wbound = 317674226L) |
rcpp_zero_sized_array | Invalid write of size 4 | zero_sized_array.cpp:8 | zero_sized_array.cpp:7 | Test codetestlist <- list(value = 1386919840L) |
function_name | tested_inputs |
---|---|
rcpp_read_out_of_bound | 3 |
rcpp_use_after_deallocate | 3 |
rcpp_use_after_free | 3 |
rcpp_use_uninitialized | 3 |
rcpp_write_index_outofbound | 3 |
rcpp_zero_sized_array | 3 |
With this pull request I solved issue #5:
This pull request aims to solve the problem described in the issue #5: GitHub has a character restriction of 65536 per comment.