◐ Shell
reader mode source ↗
Skip to content

bpo-46887: Work around clang MSAN bug on stat()/fstat()#31633

Closed
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:msan_stat
Closed

bpo-46887: Work around clang MSAN bug on stat()/fstat()#31633
vstinner wants to merge 1 commit into
python:mainfrom
vstinner:msan_stat

Conversation

@vstinner

@vstinner vstinner commented Mar 1, 2022

Copy link
Copy Markdown
Member

Initialize the input "struct stat" buffer with zeros to prevent a
false alarm on calling stat() and fstat().

https://bugs.python.org/issue46887

Initialize the input "struct stat" buffer with zeros to prevent a
false alarm on calling stat() and fstat().
@vstinner

Copy link
Copy Markdown
Member Author

I don't want to merge this PR, I would prefer to wait until llvm/llvm-project#54131 is fixed. Problem: LLVM told me that LLVM is fined, it's a Fedora issue. Ah.

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.

5 participants