1
0
Fork 0
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:
Jon Trulson 2018-04-01 14:25:34 -06:00
parent 3020b050ff
commit 78110e7921

View file

@ -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;