Skip to content

Commit ac6f3fc

Browse files
authored
Document ASan's continue_on_error flag
1 parent d8dfdbe commit ac6f3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ 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.
164+
163165
## <a name="intercepted_functions"></a> AddressSanitizer list of intercepted functions (Windows)
164166

165167
The AddressSanitizer runtime hotpatches many functions to enable memory safety checks at runtime. Here's a non-exhaustive list of the functions that the AddressSanitizer runtime monitors.

0 commit comments

Comments
 (0)