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

Issue 3687005: Report EMSGSIZE when appropriate for sendmsg (Closed)

Created:
10 years, 2 months ago by sehr (please use chromium)
Modified:
9 years, 7 months ago
Reviewers:
bsy
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Allow imc_sendmsg to return EMSGSIZE to indicate that a message is too big to pass in one call. This allows a client (e.g., SRPC) to adjust the message size that it passes to imc_sendmsg. This is yet another step towards fixing the pepper string length issue. BUG=http://code.google.com/p/nativeclient/issues/detail?id=935 TEST=tested by CL to be submitted to close 935 Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=3444

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M src/trusted/desc/nacl_desc_imc.c View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/trusted/desc/nrd_xfer.c View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/trusted/service_runtime/nacl_syscall_common.c View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sehr (please use chromium)
Bennet, This will allow me to test the sendmsg backoff scheme we discussed. David
10 years, 2 months ago (2010-10-11 23:45:11 UTC) #1
bsy
10 years, 2 months ago (2010-10-12 00:11:04 UTC) #2
lgtm.  thx 4 tracking this down.

Powered by Google App Engine
This is Rietveld 408576698