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:
df540af
)
correct string copy (prevents coredump if seed is != NULL)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 4 May 2007 14:59:39 +0000
(14:59 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 4 May 2007 14:59:39 +0000
(14:59 +0000)
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
d768505
..
3f5e0a5
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-464,7
+464,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++) {