Bug #94565
Updated by Oliver Hader over 3 years ago
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
<pre>
// in Resolver.php of SVG sanitizer package
$elements = $this->xPath->query('//*[@id]');
</pre>
→ more details: https://github.com/darylldoyle/svg-sanitizer/issues/52