mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcreate/CreateActionAppShell.c: coverity CID 175092; uninit ptr read
This commit is contained in:
parent
2363b97d60
commit
dbe044c24c
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ void activateCB_CA_MB_FileSave(Widget UxWidget,
|
||||||
|
|
||||||
{
|
{
|
||||||
ushort usRc = 0;
|
ushort usRc = 0;
|
||||||
char *pszActionFile;
|
char *pszActionFile = NULL;
|
||||||
char *msgPtr, *bufPtr;
|
char *msgPtr, *bufPtr;
|
||||||
Boolean bHaveError = FALSE;
|
Boolean bHaveError = FALSE;
|
||||||
struct stat statbuf;
|
struct stat statbuf;
|
||||||
|
|
Loading…
Reference in a new issue