[compiler-rt] Enable ASAN checks for wcscat/wcsncat on Windows, and wcscpy/wcsncpy on all platforms (PR #90909)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 21:07:17 PDT 2025
thurstond wrote:
> For context, some of our findings are discussed in our recent paper:
> 👉 [Tech-ASan: Two-stage check for Address Sanitizer](https://arxiv.org/abs/2506.05022?utm_source=chatgpt.com)
Nice work! Congrats on your publication.
For future reference, you might be interested in comparing your work to "Light-weight Bounds Checking" (CGO 2012; https://www.seclab.cs.sunysb.edu/seclab/pubs/lbc.pdf), which pioneered the general two-stage "check if the value is possibly a red zone value, if so do a slow-path check" approach.
https://github.com/llvm/llvm-project/pull/90909
More information about the llvm-commits
mailing list