Browse Source
Don't crash when the HTTP request for getting the server status message fails This fixes the crash that keeps Windows 7 users out of the game when support.cyanworlds.com is down, reported with some regularity e.g. at http://mystonline.com/forums/viewtopic.php?f=40&t=27352 . Apparently on Windows 7, unlike on Windows XP and contrary to its documentation, WinHttpReadData() does not zero its lpdwNumberOfBytesRead argument when called with an invalid request, so the lack of error checking here bites.mdeforest/changed-password-hashing-to-try-sha1-fir-1492090943988
1 changed files with 17 additions and 13 deletions
Loading…
Reference in new issue