Skip to content

Commit fd42c86

Browse files
authored
Add missing indent and format windows_fast_fail_on_error content in "AddressSanitizer runtime" topic
1 parent cb41768 commit fd42c86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,10 @@ For more information, see the [Differences with Clang 12.0](asan.md#differences)
152152
- If set to `"ignore"`, the runtime doesn't attempt to correct any overwritten functions and proceeds with execution.
153153

154154
- `windows_fast_fail_on_error`
155-
Boolean (`false` by default), set to `true` to enable the process to terminate with a `__fastfail(71)` after printing the error report.
156-
>[!NOTE]
157-
>When `abort_on_error` value is set to `true`, on Windows the program terminates with an `exit(3)`. In order to not change current behavior we decided to introduce this new option instead. If both `abort_on_error` and `windows_fast_fail_on_error` are `true`, the program will exit with the `__fastfail`.
155+
Boolean (`false` by default), set to `true` to enable the process to terminate with a `__fastfail(71)` after printing the error report.
156+
157+
> [!NOTE]
158+
> When `abort_on_error` value is set to `true`, on Windows the program terminates with an `exit(3)`. In order to not change current behavior we decided to introduce this new option instead. If both `abort_on_error` and `windows_fast_fail_on_error` are `true`, the program will exit with the `__fastfail`.
158159
159160
- `windows_hook_legacy_allocators`
160161
Boolean, set to `false` to disable interception of [`GlobalAlloc`](/windows/win32/api/winbase/nf-winbase-globalalloc) and [`LocalAlloc`](/windows/win32/api/winbase/nf-winbase-localalloc) allocators.

0 commit comments

Comments
 (0)