[compiler-rt] [compiler-rt][nsan] Fix strsep interceptor (PR #106307)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 16:59:57 PDT 2024


================
@@ -93,8 +93,10 @@ INTERCEPTOR(char *, strfry, char *s) {
 }
 
 INTERCEPTOR(char *, strsep, char **Stringp, const char *delim) {
----------------
vitalybuka wrote:

why do you need string function for nsan?

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


More information about the llvm-commits mailing list