Bug #91449
closedGifbuilder breaks with Security Update (9.5.17); until 9.5.18 performance task
0%
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.
Updated by Simon Schmidt over 4 years ago
- Related to Feature #64158: A faster way to generate GIFBUILDER short MD5 hash inside a filename added
Updated by Benni Mack over 4 years ago
Hey Simon,
I see your point, however we decided not to put this in v9, as the next minor update would re-create a lot of images then (we had a similar issue back in 7.6 with processed images).
Updated by Oliver Bartsch over 3 years ago
- Status changed from New to Closed
Hi, I'll close this issue now. If you feel, this is the wrong decision, please get in touch with me or directly create a new issue with a reference to this one.