[Webkit-unassigned] [Bug 125509] Use std::array when computing MD5 checksum

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 11 14:25:50 PST 2013


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





--- Comment #7 from Darin Adler <darin at apple.com>  2013-12-11 14:24:02 PST ---
(From update of attachment 218886)
View in context: https://bugs.webkit.org/attachment.cgi?id=218886&action=review

> Source/WebCore/platform/network/curl/CurlCacheEntry.cpp:213
> +    for (size_t i = 0; i < MD5::hasSize; i++)

This won}t compile because it says “hasSize” instead of “hashSize”.

-- 
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