[Webkit-unassigned] [Bug 53870] New: Fix potential buffer overrun in SVGTextRunWalker::walk()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 6 06:13:48 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53870
Summary: Fix potential buffer overrun in
SVGTextRunWalker::walk()
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kling at webkit.org
CC: zimmermann at kde.org
SVGFont.cpp:247 has this code:
const String text = Font::normalizeSpaces(String(run.data(from), run.length()));
If from > 0, the String constructor will access data after the UChar* buffer.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list