SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-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.
A
Alexey Izbyshev committed
fd3a91cbf93dd7bd97f01add9c90075d63cd7316
Parent: f9ec1b9
Committed by Benjamin Peterson <benjamin@python.org> on 11/11/2018, 11:14:51 PM