Skip to content

Commit ec732f1

Browse files
authored
add missing .md
1 parent 14a493b commit ec732f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Boolean (false by default), set to `true` to enable the process to terminate wit
160160
>[!NOTE]
161161
>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.
162162
163-
- [`continue_on_error`](asan-continue-on-error) Boolean, set to `false` by default. When set to `true`, it allows the program to continue executing after a memory violation is reported, allowing you to collect multiple error reports.
163+
- [`continue_on_error`](asan-continue-on-error.md) Boolean, set to `false` by default. When set to `true`, it allows the program to continue executing after a memory violation is reported, allowing you to collect multiple error reports.
164164

165165
## <a name="intercepted_functions"></a> AddressSanitizer list of intercepted functions (Windows)
166166

0 commit comments

Comments
 (0)