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:
cd70f16
)
dtfile/File.c: coverity CID 88919; uninit array read
author
Jon Trulson
<jon@radscan.com>
Sun, 1 Apr 2018 20:21:57 +0000
(14:21 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 1 Apr 2018 20:21:57 +0000
(14:21 -0600)
cde/programs/dtfile/File.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtfile/File.c
b/cde/programs/dtfile/File.c
index 54f1bc2f1e4f8165399bd1330344ba7b381ea855..fee366380fb8fbddadb8f522ded3da89b0af865d 100644
(file)
--- a/
cde/programs/dtfile/File.c
+++ b/
cde/programs/dtfile/File.c
@@
-6173,7
+6173,7
@@
Pixmap GetTreebtnPixmap(
FileMgrData *file_mgr_data,
FileViewData *file_view_data)
{
- TreePxId pxid;
+ TreePxId pxid
= tpxNil
;
/* if not yet done, create tree button icons */
/* @@@ do this earlier from main? */