"vscode:/vscode.git/clone" did not exist on "ba513d2c9525a7c986c115ed5d603f2cf17c6016"
Commit 21ee8a2e authored by kosak's avatar kosak
Browse files

Disable asan instrumentation for StackGrowsDown().

parent 8120f66c
......@@ -985,6 +985,8 @@ void StackLowerThanAddress(const void* ptr, bool* result) {
*result = (&dummy < ptr);
}
// Make sure AddressSanitizer does not tamper with the stack here.
GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_
bool StackGrowsDown() {
int dummy;
bool result;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment