]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Completely disable guestRPC vmci usage.
authorVMware, Inc <>
Fri, 12 Apr 2013 19:52:31 +0000 (12:52 -0700)
committerDmitry Torokhov <dtor@vmware.com>
Wed, 17 Apr 2013 19:16:55 +0000 (12:16 -0700)
Dis alba VMCI socket call in guestRPC completely to avoid triggering
unstable code.  Even guestRPC vmci usage is disabled on VMX side, tools
will still try to make a connection and then fall back to use backdoor
if the connection fails. This triggers potential issues.  Will do more
testing and lift this.

Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/rpcIn/rpcin.c

index ba25af68a8be0148da46646d08a0bf0ce2f0a227..183528ca161721595ec2a6dbcf97487f376800a0 100644 (file)
@@ -1592,6 +1592,8 @@ RpcInOpenChannel(RpcIn *in,                 // IN
 
    ASSERT(in->conn == NULL);
 
+   useBackdoorOnly = TRUE;
+
    while (TRUE) {  /* one pass loop */
       if (useBackdoorOnly) {
          break;