[Webkit-unassigned] [Bug 71012] Use StringHasher to generate the matched declaration cache hash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 10:05:07 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71012





--- Comment #4 from Darin Adler <darin at apple.com>  2011-10-27 10:05:07 PST ---
(From update of attachment 112672)
View in context: https://bugs.webkit.org/attachment.cgi?id=112672&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:2139
> +    return StringHasher::hashMemory(declarations, sizeof(MatchedStyleDeclaration) * size);

Is there a possibility that this will hash uninitialized memory between the fields of the MatchedStyleDeclaration structure or between elements of the array?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list