Make sure versions are valid before we try to use them. Also check for invalid versio...
authorGreg Clayton <gclayton@apple.com>
Mon, 27 Apr 2015 16:49:57 +0000 (16:49 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 27 Apr 2015 16:49:57 +0000 (16:49 +0000)
commit63adb3f5ff87685fbc638673cbba617442ca76b9
tree7a77f89e0656b02e7c50c341f54debddee6ab738
parentbda745f5325a33d8d3fb6eae09e781f37a2262a7
Make sure versions are valid before we try to use them. Also check for invalid versions[0] by comparing it to UINT32_MAX instead of 0.

llvm-svn: 235892
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp