[mpich2-commits] r3976 - mpich2/trunk/src/pm/hydra/bootstrap/ssh

balaji at mcs.anl.gov balaji at mcs.anl.gov
Sun Mar 8 21:02:46 CDT 2009


Author: balaji
Date: 2009-03-08 21:02:46 -0500 (Sun, 08 Mar 2009)
New Revision: 3976

Modified:
   mpich2/trunk/src/pm/hydra/bootstrap/ssh/ssh_launch.c
Log:
Bug fix that was causing memory corruption in the timeout test.

Modified: mpich2/trunk/src/pm/hydra/bootstrap/ssh/ssh_launch.c
===================================================================
--- mpich2/trunk/src/pm/hydra/bootstrap/ssh/ssh_launch.c	2009-03-09 01:47:39 UTC (rev 3975)
+++ mpich2/trunk/src/pm/hydra/bootstrap/ssh/ssh_launch.c	2009-03-09 02:02:46 UTC (rev 3976)
@@ -108,6 +108,7 @@
 
             /* ssh does not support any partition names other than host names */
             client_arg[arg++] = MPIU_Strdup(partition->name);
+            client_arg[arg++] = NULL;
 
             for (arg = 0; client_arg[arg]; arg++);
             client_arg[arg++] = MPIU_Strdup("killall");



More information about the mpich2-commits mailing list