summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
index 05cc7172d70..f5a36209d01 100644
--- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
+++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
@@ -124,7 +124,7 @@ AuxVector::DumpToLog(Log *log) const
const char *
AuxVector::GetEntryName(EntryType type)
{
- const char *name;
+ const char *name = "AT_???";
#define ENTRY_NAME(_type) _type: name = #_type
switch (type)
OpenPOWER on IntegriCloud