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
1 changed files with 1 additions and 1 deletions

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;