mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
Fix bug 74294
This commit is contained in:
@ -443,7 +443,7 @@ BYTE* CPdfFile::SplitPages(const int* arrPageIndex, unsigned int unLength, BYTE*
|
||||
int nLen = 0;
|
||||
if (m_pInternal->pEditor->SplitPages(arrPageIndex, unLength))
|
||||
{
|
||||
if (pChanges)
|
||||
if (pChanges && nLength > 3)
|
||||
{
|
||||
CConvertFromBinParams* pParams = new CConvertFromBinParams();
|
||||
AddToPdfFromBinary(pChanges + 4, nLength - 4, pParams);
|
||||
|
||||
Reference in New Issue
Block a user