Skip to content

[3.7] closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442) #10470

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
Nov 11, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 11, 2018

This function may access memory which is mapped but is considered
free by libc allocator. It behaves so by design, therefore we
need to suppress sanitizer reports.

GCC doesn't support MSan, so disable only TSan for it.
(cherry picked from commit fd3a91c)

Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru

https://bugs.python.org/issue35204

…_range(). (pythonGH-10442)

This function may access memory which is mapped but is considered
free by libc allocator. It behaves so by design, therefore we
need to suppress sanitizer reports.

GCC doesn't support MSan, so disable only TSan for it.
(cherry picked from commit fd3a91c)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
@miss-islington
Copy link
Contributor Author

@izbyshev and @benjaminp: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 1ec5781 into python:3.7 Nov 11, 2018
@miss-islington miss-islington deleted the backport-fd3a91c-3.7 branch November 11, 2018 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants