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

Issue 1411083007: Make sure that Dart_Ports are printed safely in the service protocol (Closed)

Created:
5 years, 2 months ago by Cutch
Modified:
5 years, 2 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make sure that Dart_Ports are printed safely in the service protocol - A Dart_Port is a random 64-bit integer. - On 32-bit architectures we were silently truncating the isolate id when printing. - Parsing in JavaScript would also have issues. R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/9c4d06a4f260511c90d7be3ba7a3035d425d855f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M runtime/vm/isolate.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M runtime/vm/message.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Cutch
5 years, 2 months ago (2015-10-20 16:43:11 UTC) #3
rmacnak
lgtm
5 years, 2 months ago (2015-10-20 16:45:25 UTC) #4
Cutch
5 years, 2 months ago (2015-10-20 16:47:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9c4d06a4f260511c90d7be3ba7a3035d425d855f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698