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

Issue 841943002: Fix unsafe unaligned accesses in the serializer/deserializer. (Closed)

Created:
5 years, 11 months ago by Yang
Modified:
5 years, 11 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix unsafe unaligned accesses in the serializer/deserializer. R=svenpanne@chromium.org BUG=v8:3771 LOG=N Committed: https://crrev.com/d06f1db31f4903ffb6bfddd0bfc4acfb367cff79 Cr-Commit-Position: refs/heads/master@{#25995}

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -15 lines) Patch
M src/serialize.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 9 chunks +17 lines, -13 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Yang
5 years, 11 months ago (2015-01-08 10:41:58 UTC) #1
Sven Panne
https://codereview.chromium.org/841943002/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/841943002/diff/1/src/serialize.cc#newcode619 src/serialize.cc:619: memcpy(&r, res.begin() + i, sizeof(r)); Use start() instead of ...
5 years, 11 months ago (2015-01-08 12:01:23 UTC) #2
Yang
https://codereview.chromium.org/841943002/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/841943002/diff/1/src/serialize.cc#newcode619 src/serialize.cc:619: memcpy(&r, res.begin() + i, sizeof(r)); On 2015/01/08 12:01:23, Sven ...
5 years, 11 months ago (2015-01-08 12:43:27 UTC) #3
Sven Panne
lgtm
5 years, 11 months ago (2015-01-08 12:50:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/841943002/20001
5 years, 11 months ago (2015-01-08 12:51:30 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-08 13:18:50 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-08 13:19:06 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d06f1db31f4903ffb6bfddd0bfc4acfb367cff79
Cr-Commit-Position: refs/heads/master@{#25995}

Powered by Google App Engine
This is Rietveld 408576698