[llvm] [libc] [libc] Fix read under msan (PR #80203)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 13:50:26 PST 2024


================
@@ -11,6 +11,8 @@
 #include "src/__support/OSUtil/syscall.h" // For internal syscall function.
 #include "src/__support/common.h"
 
+#include "src/__support/macros/sanitizer.h" // for MSAN_UNPOISON
+
 #include "src/errno/libc_errno.h"
----------------
nickdesaulniers wrote:

There's a few too many blank lines in this include list.  While you're here, do you mind (please):
1. don't add more
2. clean these up
3. sort if necessary

https://github.com/llvm/llvm-project/pull/80203


More information about the llvm-commits mailing list