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

Address sanitizers for Rust #325

Merged
merged 4 commits into from
Jul 6, 2023
Merged

Address sanitizers for Rust #325

merged 4 commits into from
Jul 6, 2023

Commits on Jul 2, 2023

  1. Enable AddressSanitizer for rustc in CI

    Just running AddressSanitizer may not be enough; it needs to be explicitly enabled
    for Rust in addition to C++.
    
    External resources:
    * https://rustc-dev-guide.rust-lang.org/sanitizers.html#how-to-use-the-sanitizers
    * https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
    Bromeon committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    0b1f993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ca792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29b9e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3012f4 View commit details
    Browse the repository at this point in the history