projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026a26a
)
dtcm: Coverity 89275
author
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 16:24:16 +0000
(17:24 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 16:24:16 +0000
(17:24 +0100)
cde/programs/dtcm/server/cmscalendar.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtcm/server/cmscalendar.c
b/cde/programs/dtcm/server/cmscalendar.c
index 0bdd2e9cb6d4f54d934d06d9c50d272276a24e61..6c6a47b884e523e66b637f8bd5fe39b640b4bb49 100644
(file)
--- a/
cde/programs/dtcm/server/cmscalendar.c
+++ b/
cde/programs/dtcm/server/cmscalendar.c
@@
-676,7
+676,7
@@
_DtCmsGetCalAttrsByName(
cms_attribute **attrs_r)
{
CSA_return_code stat = CSA_SUCCESS;
- int i, j, index;
+ int i, j, index
= 0
;
cms_attribute *attrs;
if ((attrs = calloc(1, sizeof(cms_attribute)*num_names)) == NULL)