DescriptionNaCl: Don't pass the NaCl process's Windows handle to the renderer process
The process handle is not used since we switched NaCl to using
Chromium's BrokerDuplicateHandle() function.
I have changed NaCl's SelLdrLauncher to not use the process ID or
process handle in this context, so returning dummy values of 0 and -1
will be OK: they will not get passed to kill(), waitpid() or
TerminateProcess().
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2719
TEST=nacl_integration etc.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133523
Patch Set 1 #Patch Set 2 : Use C-style cast #
Total comments: 1
Messages
Total messages: 6 (0 generated)
|