From b81857a9e0df88829aca8cd60938475bf9e15b48 Mon Sep 17 00:00:00 2001
From: Kuba Mracek <mracek@apple.com>
Date: Fri, 6 Jan 2017 23:39:29 +0000
Subject: [PATCH] Follow-up for r291277: Increase buffer size in uuid.cc
 testcase.

2048 should be enough for everyone.

llvm-svn: 291305
---
 compiler-rt/test/asan/TestCases/Darwin/uuid.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-rt/test/asan/TestCases/Darwin/uuid.cc b/compiler-rt/test/asan/TestCases/Darwin/uuid.cc
index eaa022036e9f..2699f92cc29f 100644
--- a/compiler-rt/test/asan/TestCases/Darwin/uuid.cc
+++ b/compiler-rt/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