[all-commits] [llvm/llvm-project] 49c289: [AST/Interp] Fix latent unitialized use of memory ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Sep 8 13:39:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49c289879c7aa9737429f7342c7149a8ba958667
https://github.com/llvm/llvm-project/commit/49c289879c7aa9737429f7342c7149a8ba958667
Author: Fangrui Song <i at maskray.me>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
Log Message:
-----------
[AST/Interp] Fix latent unitialized use of memory bug in D64146
Exposed by D132727: clang/test/AST/Interp/arrays.cpp fails with --config=msan
More information about the All-commits
mailing list