1
0
Fork 0
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:
Jon Trulson 2014-12-26 15:58:50 -07:00
parent c18f109032
commit cedb47114f

View file

@ -300,7 +300,7 @@ _primBufferInsertWc
short overflowWidth; short overflowWidth;
short localCol; short localCol;
TermLine line; TermLine line;
wchar_t *pwc; wchar_t *pwc = NULL;
TermCharInfoRec charInfo; TermCharInfoRec charInfo;
/* /*