Skip to content

[3.13] gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (GH-129839) #130366

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

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 20, 2025

Newer GCC versions accept both attribute((no_sanitize("undefined")))
and attribute((no_sanitize_undefined)) so check that the macro is
not already defined.
(cherry picked from commit 568db40)

Co-authored-by: Collin Funk collin.funk1@gmail.com

…29839)

Newer GCC versions accept both __attribute__((no_sanitize("undefined")))
and __attribute__((no_sanitize_undefined)) so check that the macro is
not already defined.
(cherry picked from commit 568db40)

Co-authored-by: Collin Funk <collin.funk1@gmail.com>
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.

3 participants