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

CI Sanitizers #238

Merged
merged 3 commits into from
Dec 31, 2024
Merged

CI Sanitizers #238

merged 3 commits into from
Dec 31, 2024

Conversation

cmazakas
Copy link
Member

@jzmaddock I closed my old PR and opened up this new one because rebasing was a little too messy.

This PR updates the CI to use ubsan and asan for the latest versions of gcc and clang on Linux. This PR also includes a couple of fixes flagged by the sanitizers.

@cmazakas
Copy link
Member Author

@jzmaddock any thoughts on this PR? The goal was to simply get Regex clean under:

./b2 libs/regex/text address-sanitizer=norecover undefined-sanitizer=norecover variant=debug,release

We need to test both debug and release builds because optimizations mixed with instrumentation catches more things.

@jzmaddock
Copy link
Collaborator

Sorry, yes, that looks fine, merging...

@jzmaddock jzmaddock merged commit 3593750 into boostorg:develop Dec 31, 2024
51 checks passed
@cmazakas cmazakas deleted the feature/sanitizers branch December 31, 2024 15:32
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