Project

General

Profile

Bug #95419 » BackendFileadminUploadLargerMemoryLimitResultsInExcausedMemoryLimitFatalError.patch

add patch file via composer.json - Matthias Gläßner, 2021-09-30 16:20

View differences:

typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php
$this->assertFileName(
self::COMMAND_FILE_ADD,
$combinedFileIdentifier,
file_get_contents($sourceFilePath)
file_get_contents($sourceFilePath, false, null, 0, 33554432) // size of checksum hash in byte = 32 MB
);
}
    (1-1/1)