Actions
Bug #94565
closedSkip SVG sanitizer test causing segmentation fault
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2021-07-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Test dataset entity.svg
is causing segmentation fault in certain scenarios - which might be related to libxml2 before version 2.9.12. Investigations did not reveal further details other than libxml2.
The behavior is triggered with dataset DirtySVG/entity.svg
at https://github.com/darylldoyle/svg-sanitizer/blob/beff89576a72540ee99476aeb9cfe98222e76fb8/src/ElementReference/Resolver.php#L87
// in Resolver.php of SVG sanitizer package $elements = $this->xPath->query('//*[@id]');
→ more details: https://github.com/darylldoyle/svg-sanitizer/issues/52
Actions