mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
libtt/isrepair.c: coverity CID 86705; uninit ptr read
This commit is contained in:
parent
3020b050ff
commit
78110e7921
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ isrepair(isfname, verbose)
|
|||
sigset_t oldmask;
|
||||
sigset_t allsignals;
|
||||
char Buffer[BUFSIZ];
|
||||
char *buffer;
|
||||
char *buffer = NULL;
|
||||
|
||||
|
||||
print = verbose ? printf : isnoprintf;
|
||||
|
|
Loading…
Reference in a new issue