summaryrefslogtreecommitdiff
path: root/sys-cluster/maui/files/maui-3.2.6_p21-pbs-nodefile.patch
blob: 90bf80ca661a80ea324cc2805cefe9e517ef1e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- maui-3.2.6p21/src/moab/MPBSI.c.orig	2010-03-16 12:54:09.000000000 +0100
+++ maui-3.2.6p21/src/moab/MPBSI.c	2010-03-16 12:57:07.000000000 +0100
@@ -6406,6 +6406,7 @@
   int tindex;
 
   char tmpHostName[MAX_MLINE];
+  char tmpTaskList[MAX_MLINE+10];
 
   mnode_t *N;
 
@@ -6458,10 +6459,10 @@
       }
     else
       {
-      sprintf(TSBuf,"%s%s:ppn=%d",
-        TSBuf,
+	snprintf (tmpTaskList,MAX_MLINE+10,"%s:ppn=%d",
         tmpHostName,
         NL[tindex].TC);
+	MUStrCat(TSBuf,tmpTaskList,BufSize);
       }
     }  /* END for (tindex) */