Merge pull request #4154 from assimp/kimkulling-fuzzer-issue-4153

Update D3MFOpcPackage.cpp
pull/4164/head
Kim Kulling 2021-11-02 10:51:58 +01:00 committed by GitHub
commit 2b4b3e820b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ D3MFOpcPackage::D3MFOpcPackage(IOSystem *pIOHandler, const std::string &rFile) :
IOStream *fileStream = mZipArchive->Open(file.c_str());
if (nullptr == fileStream) {
ai_assert(fileStream != nullptr);
ASSIMP_LOG_ERROR("Filestream is nullptr.");
continue;
}