| Index: syzygy/integration_tests/asan_interceptors_tests.cc
|
| diff --git a/syzygy/integration_tests/asan_interceptors_tests.cc b/syzygy/integration_tests/asan_interceptors_tests.cc
|
| index 7a48f49bde737a4164d307a82b073408ac1881b2..36a8ecc8a7cb86c70712a2ab3a5bbd1814ee73df 100644
|
| --- a/syzygy/integration_tests/asan_interceptors_tests.cc
|
| +++ b/syzygy/integration_tests/asan_interceptors_tests.cc
|
| @@ -1145,6 +1145,9 @@ size_t AsanCorruptBlock() {
|
| }
|
|
|
| size_t AsanCorruptBlockInQuarantine() {
|
| + // This test requires the HeapCreate/HeapDestroy functions to be intercepted
|
| + // and so doesn't work with a Clang-instrumented binary.
|
| + // TODO(sebmarchand): Find another way to flush the quarantine.
|
| HANDLE heap = ::HeapCreate(NULL, 0, 0);
|
| size_t* mem =
|
| static_cast<size_t*>(::HeapAlloc(heap, NULL, 10 * sizeof(size_t)));
|
|
|