From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] gdbserver 1/n - PBUFSIZ Date: Fri, 20 Jul 2001 16:54:00 -0000 Message-id: <3B58C49E.3000906@cygnus.com> References: <20010719113606.A18944@nevyn.them.org> <3B573F83.4050201@cygnus.com> <20010719132118.A23973@nevyn.them.org> <20010719161609.B30475@nevyn.them.org> X-SW-Source: 2001-07/msg00537.html > > [How -do- you manage to reply to one of my messages with the subject > and References: of another? :)] Que? Mozilla? > Would you prefer I make PBUFSIZ non-constant and change the arrays to > alloca(), or simply make it a large constant? Something's got to give > :) I would suggest malloc(). Andrew