IFAKA 21b7f7eb76 Add NULL checks after fopen() calls in ZipFile
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.
2025-12-19 01:12:09 +01:00
..