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

Unified Diff: src/trusted/sel_universal/reverse_emulate.cc

Issue 10914138: Split secure command channel and untrusted application channel (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fixed a few nits. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher_base.cc ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/reverse_emulate.cc
diff --git a/src/trusted/sel_universal/reverse_emulate.cc b/src/trusted/sel_universal/reverse_emulate.cc
index 6a1ca59ed4379fed82a2bce1e32c18725d1d9b95..17c08d658848095c475343fb8d329d45ae2ea44b 100644
--- a/src/trusted/sel_universal/reverse_emulate.cc
+++ b/src/trusted/sel_universal/reverse_emulate.cc
@@ -231,7 +231,7 @@ int ReverseEmulate::CreateProcess(nacl::DescWrapper** out_sock_addr) {
"ReverseEmulate::CreateProcess: failed to obtain socket addr\n");
return -NACL_ABI_EAGAIN;
}
- *out_sock_addr = launcher.socket_addr();
+ *out_sock_addr = launcher.secure_socket_addr();
return 0;
}
« no previous file with comments | « src/trusted/nonnacl_util/sel_ldr_launcher_base.cc ('k') | src/trusted/service_runtime/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698