mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
DtTerm: Coverity (memory corruption, moderate)
This commit is contained in:
parent
c18f109032
commit
cedb47114f
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ _primBufferInsertWc
|
|||
short overflowWidth;
|
||||
short localCol;
|
||||
TermLine line;
|
||||
wchar_t *pwc;
|
||||
wchar_t *pwc = NULL;
|
||||
TermCharInfoRec charInfo;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue