Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
5.10.1, 6.9
-
Ubuntu 22.04 LTS
-
42bd879e2 (dev), e63884c59 (6.9), e25f93c15 (6.8), 27c3e8b94 (dev)
Description
Simply open the attached svg file:
<svg><radialGradient id="grd2" cx="340266920938463463374607431767777777777"></radialGradient><text stroke="url(#grd2)">N</text><text x="302"></text></svg>
You can use it to construct a QSvgRenderer and then call render(QPainter *) on that or you can just try opening it in Qt Creator. Both will lead to a crash.
Google's oss-fuzz found this as issue 42533347. Their report is public.
Attachments
Issue Links
- relates to
-
QTBUG-120332 [REG 6.6.1 -> 6.7] rendering svg causes division by zero in getRadialGradientValues
- Closed