Package: sanitizers 0.1.1

sanitizers: C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers

Recent gcc and clang compiler versions provide functionality to test for memory violations and other undefined behaviour; this is often referred to as "Address Sanitizer" (or 'ASAN') and "Undefined Behaviour Sanitizer" ('UBSAN'). The Writing R Extension manual describes this in some detail in Section 4.3 title "Checking Memory Access". . This feature has to be enabled in the corresponding binary, eg in R, which is somewhat involved as it also required a current compiler toolchain which is not yet widely available, or in the case of Windows, not available at all (via the common Rtools mechanism). . As an alternative, pre-built Docker containers such as the Rocker container 'r-devel-san' or the multi-purpose container 'r-debug' can be used. . This package then provides a means of testing the compiler setup as the known code failures provides in the sample code here should be detected correctly, whereas a default build of R will let the package pass. . The code samples are based on the examples from the Address Sanitizer Wiki at <https://github.com/google/sanitizers/wiki>.

Authors:Dirk Eddelbuettel [aut, cre]

sanitizers_0.1.1.tar.gz
sanitizers_0.1.1.zip(r-4.7)sanitizers_0.1.1.zip(r-4.6)sanitizers_0.1.1.zip(r-4.5)
sanitizers_0.1.1.tgz(r-4.6-x86_64)sanitizers_0.1.1.tgz(r-4.6-arm64)sanitizers_0.1.1.tgz(r-4.5-x86_64)sanitizers_0.1.1.tgz(r-4.5-arm64)
sanitizers_0.1.1.tar.gz(r-4.7-arm64)sanitizers_0.1.1.tar.gz(r-4.7-x86_64)sanitizers_0.1.1.tar.gz(r-4.6-arm64)sanitizers_0.1.1.tar.gz(r-4.6-x86_64)
sanitizers_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
sanitizers/json (API)
NEWS

# Install 'sanitizers' in R:
install.packages('sanitizers', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/sanitizers/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

cpp

4.11 score 13 stars 9 scripts 184 downloads 3 exports 0 dependencies

Last updated from:9f21abd4ea. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK91
linux-devel-x86_64OK103
source / vignettesOK150
linux-release-arm64OK90
linux-release-x86_64OK94
macos-release-arm64OK65
macos-release-x86_64OK267
macos-oldrel-arm64OK96
macos-oldrel-x86_64OK266
windows-develOK124
windows-releaseOK59
windows-oldrelOK87
wasm-releaseOK86

Exports:heapAddressSanitizeintOverflowSanitizestackAddressSanitize

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizerssanitizers-package heapAddressSanitize intOverflowSanitize sanitizers stackAddressSanitize