Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Test with address sanitizer to catch memory safety issues #118

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

pcolberg
Copy link
Contributor

@pcolberg pcolberg commented May 6, 2022

This enables address sanitizer for CI debug builds on all distributions,
which has proven useful in tracing undefined behaviour that only occurs
on an arbitrary but reproducible subset of distributions.

See #194

This enables address sanitizer for CI debug builds on all distributions,
which has proven useful in tracing undefined behaviour that only occurs
on an arbitrary but reproducible subset of distributions.

See intel#194

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
@pcolberg pcolberg marked this pull request as ready for review November 8, 2022 01:48
Copy link
Contributor

@zibaiwan zibaiwan left a comment

Choose a reason for hiding this comment

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

Thanks Peter!

@pcolberg pcolberg merged commit 91fcfd3 into intel:main Nov 8, 2022
@pcolberg pcolberg deleted the asan branch November 8, 2022 15:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build with address sanitizer
2 participants