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:
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
Last updated from:9f21abd4ea. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 91 | ||
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 150 | ||
| linux-release-arm64 | OK | 90 | ||
| linux-release-x86_64 | OK | 94 | ||
| macos-release-arm64 | OK | 65 | ||
| macos-release-x86_64 | OK | 267 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 266 | ||
| windows-devel | OK | 124 | ||
| windows-release | OK | 59 | ||
| windows-oldrel | OK | 87 | ||
| wasm-release | OK | 86 |
Exports:heapAddressSanitizeintOverflowSanitizestackAddressSanitize
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers | sanitizers-package heapAddressSanitize intOverflowSanitize sanitizers stackAddressSanitize |
