[New-bugs-announce] [issue35214] Get the test suite passing with clang Memory Sanitizer enabled

Gregory P. Smith report at bugs.python.org
Mon Nov 12 02:26:35 EST 2018


New submission from Gregory P. Smith <greg at krypto.org>:

clang's memory sanitizer (-fsanitize=memory) turns up useful problems in code.  I'm working on getting a CPython buildbot running it setup but would like our build to be cleaner to start with before I run that.

These are the initial fixes required for most of CPython to pass in an msan build.  We've been using these with our interpreters at Google.  (PR coming)

----------
assignee: gregory.p.smith
components: Build, Extension Modules, Interpreter Core, Tests
messages: 329723
nosy: gregory.p.smith, twouters
priority: normal
severity: normal
stage: patch review
status: open
title: Get the test suite passing with clang Memory Sanitizer enabled
type: security
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35214>
_______________________________________


More information about the New-bugs-announce mailing list