mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
ttauth: Coverity (memory corruption, moderate)
This commit is contained in:
parent
3013374988
commit
e45843bc95
1 changed files with 1 additions and 1 deletions
|
@ -1254,7 +1254,7 @@ static int do_add (inputfilename, lineno, argc, argv)
|
|||
char *authdata_hex;
|
||||
char *authdata = NULL;
|
||||
int protodata_len, authdata_len;
|
||||
_tt_AuthFileEntry *entry;
|
||||
_tt_AuthFileEntry *entry = NULL;
|
||||
_tt_AuthFileEntryList *list;
|
||||
int status = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue