Bug 141259

Summary: Optimized equal() functions in StringImpl.h may crash when shorter string is near the end of a page
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Web Template FrameworkAssignee: Michael Saboff <msaboff>
Status: NEW    
Severity: Normal CC: ddkilzer, msaboff, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=140873

Alexey Proskuryakov
Reported 2015-02-04 13:00:54 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-05-29 16:40:23 PDT
Note You need to log in before you can comment on or make changes to this bug.