cvs commit: ports/devel/msp430-gcc Makefile distinfo

看板FB_cvs作者時間14年前 (2011/11/07 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
lev 2011-11-06 17:39:23 UTC FreeBSD ports repository Modified files: devel/msp430-gcc Makefile distinfo Log: Add new patch from upstream: This fixes an error when calculating strlen on an auto-storage char array that happens be zero bytes offset from the stack pointer. extern unsigned int strlen (const char *s); void setval (char* str, int len); void useval (const char* str, unsigned char len); void tryit () { char tmp[17]; setval (tmp, sizeof(tmp)); useval (tmp, strlen(tmp)); } Revision Changes Path 1.44 +2 -2 ports/devel/msp430-gcc/Makefile 1.33 +2 -0 ports/devel/msp430-gcc/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
文章代碼(AID): #1EjijaEo (FB_cvs)
文章代碼(AID): #1EjijaEo (FB_cvs)