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:
2363b97
)
dtcreate/CreateActionAppShell.c: coverity CID 175092; uninit ptr read
author
Jon Trulson
<jon@radscan.com>
Mon, 2 Apr 2018 00:35:14 +0000
(18:35 -0600)
committer
Jon Trulson
<jon@radscan.com>
Mon, 2 Apr 2018 00:35:14 +0000
(18:35 -0600)
cde/programs/dtcreate/CreateActionAppShell.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtcreate/CreateActionAppShell.c
b/cde/programs/dtcreate/CreateActionAppShell.c
index d4987e5f3a13fa83b5892e45977117433cdda82e..4818fc787a818e400858d7238f787e8370c3b446 100644
(file)
--- a/
cde/programs/dtcreate/CreateActionAppShell.c
+++ b/
cde/programs/dtcreate/CreateActionAppShell.c
@@
-249,7
+249,7
@@
void activateCB_CA_MB_FileSave(Widget UxWidget,
{
ushort usRc = 0;
- char *pszActionFile;
+ char *pszActionFile
= NULL
;
char *msgPtr, *bufPtr;
Boolean bHaveError = FALSE;
struct stat statbuf;