[issue46887] ./Programs/_freeze_module fails with MSAN: Uninitialized value was created by an allocation of 'stat.i'

STINNER Victor report at bugs.python.org
Tue Mar 1 09:53:32 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

> It looks like a bug in clang MSAN:
> https://github.com/llvm/llvm-project/issues/54131

I wrote GH-31633 to work around the false alarm on stat() and fstat().

----------

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


More information about the Python-bugs-list mailing list