https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21823
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egallager at gcc dot gnu.org --- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Alfred M. Szmidt from comment #2) > Created attachment 9857 [details] > Don't use arbitrary limits. > > The following fixes fixincludes. > > fixincludes/ChangeLog > 2005-09-16 Alfred M. Szmidt <a...@gnu.org> > > * fixincl.c (quoted_file_exists): Use xmalloc to allocate memory > for FNAME. > (create_file): Use xmalloc to allocate memory for FNAME. > > * server.c (server_setup): Use dynamic allocation for BUFF. Please send this patch to the gcc-patches mailing list for review, if it still applies