WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
141259
Optimized equal() functions in StringImpl.h may crash when shorter string is near the end of a page
https://bugs.webkit.org/show_bug.cgi?id=141259
Summary
Optimized equal() functions in StringImpl.h may crash when shorter string is ...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-05-29 16:40:23 PDT
<
rdar://problem/152277679
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug