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

[MSAN] Enable memory sanitizer build #8094

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Conversation

b92paul
Copy link
Contributor

@b92paul b92paul commented Jul 27, 2022

paulhsia added 2 commits July 28, 2022 06:24
In oss-fuzz, to build with MemorySanitizer, Rust part needs to use

```
CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
```

to resolve libc `MemorySanitizer: use-of-uninitialized-value` error
according to google#3469.
@DavidKorczynski DavidKorczynski merged commit 06efe97 into google:master Jul 28, 2022
henryrneh pushed a commit to CodeIntelligenceTesting/oss-fuzz that referenced this pull request Aug 1, 2022
* CRAS: Use CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"

In oss-fuzz, to build with MemorySanitizer, Rust part needs to use

```
CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
```

to resolve libc `MemorySanitizer: use-of-uninitialized-value` error
according to google#3469.

* CRAS: Add new member to auto_ccs

Co-authored-by: paulhsia <[email protected]>
MartinPetkov pushed a commit to MartinPetkov/oss-fuzz that referenced this pull request Aug 15, 2022
* CRAS: Use CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"

In oss-fuzz, to build with MemorySanitizer, Rust part needs to use

```
CARGO_BUILD_TARGET="x86_64-unknown-linux-gnu"
```

to resolve libc `MemorySanitizer: use-of-uninitialized-value` error
according to google#3469.

* CRAS: Add new member to auto_ccs

Co-authored-by: paulhsia <[email protected]>
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.

2 participants