From 43c933d7f8e490d9dbf3f939f3b2f095a170dc84 Mon Sep 17 00:00:00 2001 From: "jcivelli@chromium.org" Date: Thu, 9 Aug 2012 22:59:58 +0000 Subject: Adding a way to create an ExceptionHandler that takes in a file descriptor where the minidump should be created, without the need of opening any other file. BUG=None TEST=Run unit-tests. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1007 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/tests/auto_tempdir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/tests') diff --git a/src/common/tests/auto_tempdir.h b/src/common/tests/auto_tempdir.h index 9c84177c..a54bc053 100644 --- a/src/common/tests/auto_tempdir.h +++ b/src/common/tests/auto_tempdir.h @@ -51,7 +51,7 @@ namespace google_breakpad { class AutoTempDir { public: AutoTempDir() { - char temp_dir[] = TEMPDIR "/breakpad.XXXXXXXXXX"; + char temp_dir[] = TEMPDIR "/breakpad.XXXXXX"; EXPECT_TRUE(mkdtemp(temp_dir) != NULL); path_.assign(temp_dir); } -- cgit v1.2.1