This commit is contained in:
Kirill Polyakov
2024-06-07 11:34:23 +03:00
parent 4af39960da
commit 24fb53ac6f

View File

@ -2706,6 +2706,9 @@ private:
if (sExtention == L"octet-stream")
sExtention = L"jpg";
if (NotValidExtension(sExtention))
return bRes;
nBase = sSrcM.find(L"base64", nEndBase);
if (nBase == std::wstring::npos)
return bRes;