Bug 52598 - Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font
Summary: Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 15:07 PST by mitz
Modified: 2011-01-17 15:15 PST (History)
0 users

See Also:


Attachments
Add 1 to the font size to ensure a non-zero hash key (4.18 KB, patch)
2011-01-17 15:11 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2011-01-17 15:07:25 PST
Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font
Comment 1 mitz 2011-01-17 15:11:57 PST
Created attachment 79222 [details]
Add 1 to the font size to ensure a non-zero hash key
Comment 2 mitz 2011-01-17 15:15:08 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/75975>.