mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
DtHelp: Coverity (memory corruption)
This commit is contained in:
parent
caf4929c41
commit
9751abddff
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ void _DtHelpPrintJob(
|
||||||
Boolean printTocIndex,
|
Boolean printTocIndex,
|
||||||
char * topicTitle)
|
char * topicTitle)
|
||||||
{
|
{
|
||||||
char * argv[20];
|
char * argv[40];
|
||||||
char * quotes="''";
|
char * quotes="''";
|
||||||
int i;
|
int i;
|
||||||
int pid;
|
int pid;
|
||||||
|
|
Loading…
Reference in a new issue