Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Issue 2697023002: ValueDeserializer: Only allow valid keys when deserializing object properties. (Closed)

Created:
3 years, 10 months ago by jbroman
Modified:
3 years, 10 months ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

ValueDeserializer: Only allow valid keys when deserializing object properties. The serializer won't ever write a more complex object. Not validating this allows other things to be used as keys, and converted to string when the property set actually occurs. It turns out this gives an opportunity to trigger OOM by giving an object a key which is a very large sparse array (whose string representation is very large). This case is now rejected by the deserializer. BUG=chromium:686511 Review-Url: https://codereview.chromium.org/2697023002 Cr-Commit-Position: refs/heads/master@{#43249} Committed: https://chromium.googlesource.com/v8/v8/+/8990399dc7c2f36ba4f566a415a0823d229dff21

Patch Set 1 #

Patch Set 2 : Add a unit test for a simpler version of this case. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M src/value-serializer.cc View 4 chunks +11 lines, -2 lines 0 comments Download
M test/unittests/value-serializer-unittest.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (12 generated)
jbroman
3 years, 10 months ago (2017-02-15 18:31:42 UTC) #10
Jakob Kummerow
lgtm
3 years, 10 months ago (2017-02-16 09:41:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2697023002/20001
3 years, 10 months ago (2017-02-16 13:58:23 UTC) #13
commit-bot: I haz the power
3 years, 10 months ago (2017-02-16 14:00:04 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/8990399dc7c2f36ba4f566a415a0823d229...

Powered by Google App Engine
This is Rietveld 408576698