Files
clang-p2996/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
Saleem Abdulrasool d41fca11af POSIX: fix possible invalid API usage
strcmp cannot be passed a NULL.  Add a short-circuiting check to avoid the
possible API misuse.

llvm-svn: 203358
2014-03-08 20:47:07 +00:00

26 KiB