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 = 1534024334L) |
rcpp_use_after_deallocate | Invalid read of size 1 | use_after_deallocate.cpp:8 | use_after_deallocate.cpp:6 | Test codetestlist <- list(array_size = 1124848888L) |
rcpp_use_after_free | Argument 'size' of function malloc has a fishy (possibly negative) value: -291903756 | use_after_free.cpp:6 | No Address Trace found | Test codetestlist <- list(alloc_size = -72975939L) |
rcpp_write_index_outofbound | Invalid write of size 4 | write_index_outofbound.cpp:8 | No Address Trace found | Test codetestlist <- list(wbound = 1731531102L) |
rcpp_zero_sized_array | Invalid write of size 4 | zero_sized_array.cpp:8 | zero_sized_array.cpp:7 | Test codetestlist <- list(value = 1553361399L) |
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 the tagging system can be considered correctly implemented.
With this pull request, I've implemented a new tagging system:
main
, then the action will push the image on Docker Hub withdevel
tag;main
branch is updated, the action will push the image with thelatest
tag.This pull request solves issue #11.