1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

DtWidget: Coverity (memory corruption)

This commit is contained in:
Jon Trulson 2014-12-26 14:10:01 -07:00
parent b0548ce111
commit e18ac00c82

View file

@ -2120,7 +2120,7 @@ SetValues(
Widget nw ) Widget nw )
{ {
Boolean redisplay_flag = False; Boolean redisplay_flag = False;
Arg al[10]; /* arg list */ Arg al[15]; /* arg list */
register int ac; /* arg count */ register int ac; /* arg count */
Boolean resetSpellTitle = False, Boolean resetSpellTitle = False,