| Index: syzygy/agent/asan/memory_interceptors.h
|
| diff --git a/syzygy/agent/asan/memory_interceptors.h b/syzygy/agent/asan/memory_interceptors.h
|
| index 52baad0fd376e0630b875fb01efaa7d2d2a87bf3..653f886c77297e945a39a521e870dd21aec7620b 100644
|
| --- a/syzygy/agent/asan/memory_interceptors.h
|
| +++ b/syzygy/agent/asan/memory_interceptors.h
|
| @@ -190,6 +190,14 @@ extern "C" {
|
| void asan_no_check();
|
| #endif
|
|
|
| +// The following functions are added for compatibility but are not implemented
|
| +// yet.
|
| +void asan_init();
|
| +int asan_set_seh_filter();
|
| +int asan_should_detect_stack_use_after_return();
|
| +void asan_version_mismatch_check_v8();
|
| +void asan_handle_no_return();
|
| +
|
| // The Clang no-op memory access checker.
|
| void asan_clang_no_check(const void*);
|
|
|
|
|