Actions
Bug #91449
closedGifbuilder breaks with Security Update (9.5.17); until 9.5.18 performance task
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2020-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Gifbuilder, Serialization
Complexity:
easy
Is Regression:
Sprint Focus:
Description
With security fix 9.5.17, the gifbuilder breaks by loading the serialization in line 722 (https://github.com/TYPO3/TYPO3.CMS/blob/9.5/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L722).
After update to 9.5.18, the regression is fixed, but we should also update the code like in TYPO3 10 LTS (see https://review.typo3.org/c/Packages/TYPO3.CMS/+/62234). The implementation is much more faster and you have no more problems with serialization.
Actions