git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0a30a
)
correct string copy (prevents coredump if seed is != NULL)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 4 May 2007 14:59:44 +0000
(14:59 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 4 May 2007 14:59:44 +0000
(14:59 +0000)
- merge from HEAD
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
0da0031
..
ed04cb2
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-467,7
+467,7
@@
int edg_wll_GenerateSubjobIds(
intseed = strdup("edg_wll_GenerateSubjobIds()");
}
else
- intseed = s
eed
;
+ intseed = s
trdup(seed)
;
for (subjob = 0; subjob < num_subjobs; subjob++) {