Ensure that user_exe_path is non-NULL before derferencing.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 01:42:11 +0000 (01:42 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 01:42:11 +0000 (01:42 +0000)
commit1446881254647aa3fde354d79387d015339765c4
tree6bdac104d5ed3908523a78466d65132b42c5404a
parent60db6e43ca553b97354441f3308173afbfb4a686
Ensure that user_exe_path is non-NULL before derferencing.
We've already created a FileSpec based on this local and
this code path would never be executed if it is an invalid
FilePath - but the static analyzer doesn't know this and I
want to placate it.
clang static analyzer fixit.

llvm-svn: 219890
lldb/source/Target/TargetList.cpp