[llvm] [sanitizer][msan] fix AArch64 vararg support for KMSAN (PR #70660)

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 02:59:52 PST 2023


ramosian-glider wrote:

> To avoid similar problems in the future, please make it so that userspace and kernel variants of this function have the same type requirements by either:
> 
> * adding a pointer cast to the kernel variant
> * adding a type assert to the userspace variant

Done, PTAL

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


More information about the llvm-commits mailing list