Most of this function checks to see if m_process is non-null before
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:43:27 +0000 (08:43 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:43:27 +0000 (08:43 +0000)
commit823d8f6246ff96156bbab7432a4142140361e697
tree1e4fb1534a4184a8183c4a887251790727d26924
parentea772b4df29c88ce44413b6935278b9eddc3ff5d
Most of this function checks to see if m_process is non-null before
dereferencing it, except for this one section of code.  Add a null
check around it.
clang static analyzer fix.

llvm-svn: 219920
lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp