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 Framework | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/152277679>