WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 31475
31726
StringHash::equal is unsafe on platforms which aren't 4-byte aligned
https://bugs.webkit.org/show_bug.cgi?id=31726
Summary
StringHash::equal is unsafe on platforms which aren't 4-byte aligned
Steve Block
Reported
2009-11-20 09:27:40 PST
Code in StringHash::equal accesses memory as 32-bit values assuming 4-byte alignment. This is unsafe on some platforms, eg ARM. Note that this problem is equivalent to that fixed in AtomicString with
http://trac.webkit.org/changeset/19930
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2009-11-20 16:07:43 PST
This was recently fixed. *** This bug has been marked as a duplicate of
bug 31475
***
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