[Webkit-unassigned] [Bug 24551] [Qt] leaks in font-handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 02:43:47 PDT 2009


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





------- Comment #7 from zecke at selfish.org  2009-03-26 02:43 PDT -------
(From update of attachment 28931)

>  FontPlatformData* FontCache::getCachedFontPlatformData(const FontDescription& description, const AtomicString& family, bool checkingAlternateName)
>  {
> -    return new FontPlatformData(description);
> +    return 0;

This will lead to a null pointer dereference in CSSFontFaceSource::getFontData.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list