On Fri, 2008-07-11 at 11:59 +0100, Matt Fleming wrote: > On Fri, Jul 11, 2008 at 04:10:25PM +0530, Subrata Modak wrote: > > > > Thanks Jeff for testing them out. I also did a thorough testing. Thanks > > Matt for providing those patches. Here are my observations below: > > > > Thanks for applying them. > > I've attached another patch that I forgot to send last time. > > This patch uses strcpy() instead of strcat(). strcat() should only be > used when the 'dest' argument is NULL terminated. In this case, > path_buffer is not initialised and so may not contain a NULL character. > strcpy() will do the right thing and copy the string to the beginning of > path_buffer.
Thanks. I tested it across all the architectures as like the earlier 6 patches. All of them passes pre and post patch application. Patch applied. Regards-- Subrata ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
