[Webkit-unassigned] [Bug 228893] [GTK] WTFCrash in WebCore::FontCache::lastResortFallbackFont

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 18 09:20:57 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228893

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at gnome.org
 Attachment #435757|review?                     |review+
              Flags|                            |

--- Comment #9 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 435757
  --> https://bugs.webkit.org/attachment.cgi?id=435757
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=435757&action=review

> Source/WebCore/rendering/style/RenderStyleConstants.h:1111
> +static const float maximumAllowedFontSize = 65535.0f;

How about: std::numeric_limits<unsigned short>::max?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210818/ff04386b/attachment.htm>


More information about the webkit-unassigned mailing list