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

suricata: fix rust+C MSAN build #9478

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

catenacyber
Copy link
Contributor

Rust MSAN produces false positives when C clang version is not up to the latest version.
See rust-lang/rust#107149

Will fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55239&q=label%3AProj-suricata and such

Should the fix be generic for other projects ?

Rust MSAN produces false positives when C clang version is not
up to the latest version.
See rust-lang/rust#107149
Copy link
Collaborator

@DavidKorczynski DavidKorczynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this affects all rust builds then I think it'd be nice with a fix for all -- unless rust-lang/rust#107149 is solved in the near term then maybe we can just wait until it that happens.

@DavidKorczynski DavidKorczynski merged commit 05c9ac2 into google:master Jan 21, 2023
eamonnmcmanus pushed a commit to eamonnmcmanus/oss-fuzz that referenced this pull request Mar 15, 2023
Rust MSAN produces false positives when C clang version is not up to the
latest version.
See rust-lang/rust#107149

Will fix
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55239&q=label%3AProj-suricata
and such

Should the fix be generic for other projects ?
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