• Clemens Backes's avatar
    Hash all strings as unsigned values · caf005e8
    Clemens Backes authored
    A previous CL (https://crrev.com/c/1926769) changed hashing to always
    treat the input as signed values. This causes problems, since the hash
    of a one-byte string differs the hash of the identical two-byte string.
    Hence this CL switches to treating all values as unsigned in hashing.
    
    The bug cannot easily be reproduced in v8 alone, since we would need to
    create an internalized two-byte string, which contains one-byte data.
    Blink manages to create such a string via external strings.
    
    R=jkummerow@chromium.org
    
    Bug: chromium:1025184, chromium:1027131
    Change-Id: Id41aa0e463691c02099a08c6e9d837a079c872df
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1930615Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65113}
    caf005e8
Name
Last commit
Last update
..
OWNERS Loading commit data...
char-predicates-inl.h Loading commit data...
char-predicates.cc Loading commit data...
char-predicates.h Loading commit data...
string-builder-inl.h Loading commit data...
string-builder.cc Loading commit data...
string-case.cc Loading commit data...
string-case.h Loading commit data...
string-hasher-inl.h Loading commit data...
string-hasher.h Loading commit data...
string-search.h Loading commit data...
string-stream.cc Loading commit data...
string-stream.h Loading commit data...
unicode-decoder.cc Loading commit data...
unicode-decoder.h Loading commit data...
unicode-inl.h Loading commit data...
unicode.cc Loading commit data...
unicode.h Loading commit data...
uri.cc Loading commit data...
uri.h Loading commit data...