New submission from Gregory P. Smith <g...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35214>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to