You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a simple stack sanitizer by binary transformation, but this is a little bit fragile approach (e.g. assuming sp at globals[0], LLVM prologue, ...). LLVM's address sanitizer is more reliable and Swift toolchain supports it on other platforms, so I think it's worth thinking about moving into it.
The text was updated successfully, but these errors were encountered:
Currently, we have a simple stack sanitizer by binary transformation, but this is a little bit fragile approach (e.g. assuming sp at globals[0], LLVM prologue, ...).
LLVM's address sanitizer is more reliable and Swift toolchain supports it on other platforms, so I think it's worth thinking about moving into it.
The text was updated successfully, but these errors were encountered: