Date: Mon, 11 Jun 2001 14:58:15 -0400 Message-Id: <200106111858.OAA10588@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3B24DBED.8520.76BA38@localhost> (snowball3@bigfoot.com) Subject: Re: confstr v3 References: <3B24DBED DOT 8520 DOT 76BA38 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > static char startup_djdir[FILENAME_MAX]; Shouldn't we use malloc? Environment variables aren't limited to FILENAME_MAX (even though they can't be *used* as filenames unless they are).