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
Copy file name to clipboardExpand all lines: docs/sanitizers/asan-known-issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ As a workaround, you can create a *`Directory.Build.props`* file in the root of
80
80
81
81
## Thread Local Variables
82
82
83
-
Thread local variables (global variables declared with `__declspec(thread)` or `thread_local`) are not protected by the address sanitzer runtime. This limitation is not specific to Windows or MSVC, but a general limitation on the current underlying implementation of the address sanitizer.
83
+
Thread local variables (global variables declared with `__declspec(thread)` or `thread_local`) are not protected by the address sanitizer runtime. This limitation is not specific to Windows or MSVC, but a general limitation of the current underlying implementation of the address sanitizer.
0 commit comments