[Webkit-unassigned] [Bug 141259] New: Optimized equal() functions in StringImpl.h may crash when shorter string is near the end of a page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 4 13:00:54 PST 2015


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

            Bug ID: 141259
           Summary: Optimized equal() functions in StringImpl.h may crash
                    when shorter string is near the end of a page
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ap at webkit.org
                CC: msaboff at apple.com

equal() reads some garbage bytes from the shorter string when comparing. This is OK most of the time, but not when the string ends at a page boundary, and the next page is not readable.

-- 
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/20150204/9fdc5f90/attachment-0002.html>


More information about the webkit-unassigned mailing list