[compiler-rt] [rtsan] Fix va_args handling in open functions (PR #108291)

Chris Apple via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 14:30:42 PDT 2024


cjappl wrote:

@kubamracek  - could you weigh in on if this is necessary or not? I see you did the original work adding va_args to the tsan `open` interceptor.

Is there anything unsafe about the original way we were doing this?

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


More information about the llvm-commits mailing list