X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: dxegen goes boom. is there a fix? Date: Thu, 28 Feb 2002 10:03:49 CST Organization: Rice University, Houston TX Lines: 11 Message-ID: <3c7e54e5.sandmann@clio.rice.edu> References: NNTP-Posting-Host: clio.rice.edu X-Trace: joe.rice.edu 1014912512 9459 128.42.105.3 (28 Feb 2002 16:08:32 GMT) X-Complaints-To: abuse AT rice DOT edu NNTP-Posting-Date: 28 Feb 2002 16:08:32 GMT X-NewsEditor: ED-1.5.9 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > char command[1024], *libdir; > > strcat(command, argv[i]); > > This will blow up when the command line becomes bigger than 1024. > The moral of today's lesson: never put any arbitrary limits into your > program, 'cause one day they will be overrun. Guilty as charged. I'll fix it when I provide the new version which does symbol imports. On my disk, just needs to be completed.