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
Loading
Please register or sign in to comment