Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional arguments and documentation #8

Merged
merged 5 commits into from Aug 2, 2022
Merged

Conversation

FabrizioSandri
Copy link
Owner

This pull request is meant to add new parameters to the GitHub action and to improve the overall documentation quality.

@FabrizioSandri
Copy link
Owner Author

In the most recent commits I added the support for the verbose argument to regulate the output verbosity of RcppDeepState.

@github-actions
Copy link

github-actions bot commented Aug 2, 2022

RcppDeepState Report

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 code
testlist <- list(rbound = 850514454L)
result <- do.call(testSAN::rcpp_read_out_of_bound, testlist)
rcpp_use_after_deallocate Invalid read of size 1 use_after_deallocate.cpp:8 use_after_deallocate.cpp:6
Test code
testlist <- list(array_size = 484214293L)
result <- do.call(testSAN::rcpp_use_after_deallocate, testlist)
rcpp_use_after_free Invalid read of size 4 use_after_free.cpp:8 use_after_free.cpp:6
Test code
testlist <- list(alloc_size = 1114862927L)
result <- do.call(testSAN::rcpp_use_after_free, testlist)
rcpp_write_index_outofbound Invalid write of size 4 write_index_outofbound.cpp:8 No Address Trace found
Test code
testlist <- list(wbound = 1774583098L)
result <- do.call(testSAN::rcpp_write_index_outofbound, testlist)
rcpp_zero_sized_array Invalid write of size 4 zero_sized_array.cpp:8 zero_sized_array.cpp:7
Test code
testlist <- list(value = -1582112724L)
result <- do.call(testSAN::rcpp_zero_sized_array, testlist)

@FabrizioSandri FabrizioSandri merged commit a20bcbf into main Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant