summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-01-06 23:39:29 +0000
committerKuba Mracek <mracek@apple.com>2017-01-06 23:39:29 +0000
commitdf51fce5c0ce1c5ec843300349b174e527794122 (patch)
treeae36b7253a739aaa94a39fb27affd5c99ccdf642
parent85463e24c71088711c4676e1c876fc53d105abee (diff)
downloadcompiler-rt-df51fce5c0ce1c5ec843300349b174e527794122.tar.gz
Follow-up for r291277: Increase buffer size in uuid.cc testcase.
2048 should be enough for everyone. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@291305 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Darwin/uuid.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Darwin/uuid.cc b/test/asan/TestCases/Darwin/uuid.cc
index eaa022036..2699f92cc 100644
--- a/test/asan/TestCases/Darwin/uuid.cc
+++ b/test/asan/TestCases/Darwin/uuid.cc
@@ -9,7 +9,7 @@
#include <string.h>
int main(int argc, char *argv[]) {
- char buf[256];
+ char buf[2048];
snprintf(buf, sizeof(buf), "otool -l %s", argv[0]);
system(buf);
// CHECK: cmd LC_UUID