Three fopen() calls in ZipFile.cpp did not check if the file was successfully opened before using the handle. This could cause crashes if the file couldn't be opened. Added NULL checks with appropriate error handling.
Three fopen() calls in ZipFile.cpp did not check if the file was successfully opened before using the handle. This could cause crashes if the file couldn't be opened. Added NULL checks with appropriate error handling.