Thanks, Andrew Pinski apinski@apple.com pinskia@physics.uc.edu On Sunday, Jan 26, 2003, at 04:50 US/Pacific, Andrew Pinski wrote: > In config/darwin.c, there are places which strcat is used even though > it is easy and faster to find where the end of the string is, here is > a patch to change all the strcats to strcpy. > > > 2003-01-25 Andrew Pinski > > * config/darwin.c: (machopic_non_lazy_ptr_name): Change strcat to > strcpy with length added. > (machopic_stub_name): Likewise. > > > > > Thanks, > Andrew Pinski > apinski@apple.com > pinskia@physics.uc.edu