summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-03 14:19:08 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-03 14:19:08 +0000
commit0cbd18a2f1a13168e46066555d24c694d7d82e0e (patch)
treef50d93fb0e1a5c2cb7652e9a14b3c30eddcf7aa7 /lib/asan/asan_allocator.h
parent746dc70dac1014aef986fc33cb4f4c5aa7d66152 (diff)
[asan] Reinitialize allocator quarantine on activation.
This is covered by AddressSanitizer.UAF_* tests in asan_test with start_deactivated=1. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@200696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_allocator.h')
-rw-r--r--lib/asan/asan_allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/asan_allocator.h b/lib/asan/asan_allocator.h
index dc9b04865..5f482133e 100644
--- a/lib/asan/asan_allocator.h
+++ b/lib/asan/asan_allocator.h
@@ -31,6 +31,7 @@ static const uptr kNumberOfSizeClasses = 255;
struct AsanChunk;
void InitializeAllocator();
+void ReInitializeAllocator();
class AsanChunkView {
public: