[all-commits] [llvm/llvm-project] 073335: [CAS] Fix msan failure attempt 2 (#164493)
Steven Wu via All-commits
all-commits at lists.llvm.org
Tue Oct 21 14:20:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 073335d056a39d273df4f395dd9cbad58657e207
https://github.com/llvm/llvm-project/commit/073335d056a39d273df4f395dd9cbad58657e207
Author: Steven Wu <stevenwu at apple.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M llvm/unittests/CAS/OnDiskCommonUtils.h
M llvm/unittests/CAS/OnDiskKeyValueDBTest.cpp
Log Message:
-----------
[CAS] Fix msan failure attempt 2 (#164493)
Try to fix msan error again. Previously, the error wasn't correctly
identified as the uninitialized value is in a different function than
the line crashed. Make sure value return from hash generating function
is fully zero initialized.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list