[Webkit-unassigned] [Bug 205902] KeyedDecoderGeneric craches when it acesses data with non-existing key.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 8 00:32:11 PST 2020


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

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 387078
  --> https://bugs.webkit.org/attachment.cgi?id=387078
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387078&action=review

> Tools/TestWebKitAPI/Tests/WebCore/KeyedCodingGeneric.cpp:432
> +    EXPECT_EQ(users.size(), decodedUsers.size());

EXPECT_EQ(users, decodedUsers);

Is this possible?
If so, EXPECT_EQ(users.size(), decodedUsers.size()) is not needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200108/4e91479d/attachment.htm>


More information about the webkit-unassigned mailing list