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

Issue 3009643002: Fix for Flutter issue 11260 (https://github.com/flutter/flutter/issues/11260) (Closed)

Created:
3 years, 3 months ago by siva
Modified:
3 years, 3 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix for Flutter issue 11260 (https://github.com/flutter/flutter/issues/11260) Do not rely on the udp_receive_buffer field from IsolateData as a buffer for reading data in the recvfrom call. BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/8817846da6c4e6f74225d9dceeed7b02b072715f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -23 lines) Patch
M runtime/bin/isolate_data.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/isolate_data.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M runtime/bin/socket.cc View 1 2 chunks +20 lines, -19 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
siva
3 years, 3 months ago (2017-08-25 20:12:41 UTC) #2
zra
https://codereview.chromium.org/3009643002/diff/1/runtime/bin/socket.cc File runtime/bin/socket.cc (right): https://codereview.chromium.org/3009643002/diff/1/runtime/bin/socket.cc#newcode368 runtime/bin/socket.cc:368: intptr_t available = SocketBase::Available(socket->fd()); const https://codereview.chromium.org/3009643002/diff/1/runtime/bin/socket.cc#newcode384 runtime/bin/socket.cc:384: intptr_t bytes_read ...
3 years, 3 months ago (2017-08-25 20:33:31 UTC) #3
siva
https://codereview.chromium.org/3009643002/diff/1/runtime/bin/socket.cc File runtime/bin/socket.cc (right): https://codereview.chromium.org/3009643002/diff/1/runtime/bin/socket.cc#newcode368 runtime/bin/socket.cc:368: intptr_t available = SocketBase::Available(socket->fd()); On 2017/08/25 20:33:31, zra wrote: ...
3 years, 3 months ago (2017-08-25 22:07:28 UTC) #4
siva
3 years, 3 months ago (2017-08-25 22:07:28 UTC) #5
zra
lgtm
3 years, 3 months ago (2017-08-25 22:11:14 UTC) #6
siva
3 years, 3 months ago (2017-08-25 22:27:01 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8817846da6c4e6f74225d9dceeed7b02b072715f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698