Skip to content

Commit a1248e6

Browse files
gkunzthomasnyman
authored andcommitted
Fixing an unintended line break in a table
Signed-off-by: Georg Kunz <[email protected]>
1 parent 3d4922d commit a1248e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,8 @@ Table 4: Sanitizer options in GCC and Clang.
968968

969969
| Compiler Flag | Supported since | Description |
970970
|:---------------------- |:---------------------:|:--------------------------------------------------------------------------- |
971-
| `-fsanitize=address` | GCC 4.8<br/>Clang 3.1 | Enables AddressSanitizer to detect memory errors at run-time || `-fsanitize=thread` | GCC 4.8<br/>Clang 3.2 | Enables ThreadSanitizer to detect data race bugs at run time |
971+
| `-fsanitize=address` | GCC 4.8<br/>Clang 3.1 | Enables AddressSanitizer to detect memory errors at run-time |
972+
| `-fsanitize=thread` | GCC 4.8<br/>Clang 3.2 | Enables ThreadSanitizer to detect data race bugs at run time |
972973

973974
AddressSanitizer (ASan) is a memory error detector that can identify memory defects that involve:
974975

0 commit comments

Comments
 (0)