commit | 23f59509a8790b04c691ec063c55724a3bfee7eb | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Jul 17 03:23:13 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Jul 17 03:23:13 2012 +0000 |
tree | 9bd1537b53423b7a43ccd4b9bceb178960bbbb02 | |
parent | 24a8378c4f5ab46f9156e8c271500a6e051c2fd4 [diff] [blame] |
Ran the static analyzer on the codebase and found a few things. llvm-svn: 160338
diff --git a/lldb/tools/debugserver/source/debugserver.cpp b/lldb/tools/debugserver/source/debugserver.cpp index 3274925..fe98848 100644 --- a/lldb/tools/debugserver/source/debugserver.cpp +++ b/lldb/tools/debugserver/source/debugserver.cpp
@@ -1141,6 +1141,7 @@ int listen_port = INT32_MAX; char str[PATH_MAX]; + str[0] = '\0'; if (g_lockdown_opt == 0 && g_applist_opt == 0) {