cvs commit: src/usr.bin/make arch.c

看板DFBSD_commit作者時間21年前 (2005/02/23 08:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
okumoto 2005/02/22 16:26:02 PST DragonFly src repository Modified files: usr.bin/make arch.c Log: Fix a bug in handling archive members: when a member was not found when looking into an already hashed archive, the code tried to use the name shortened to the maximum length allowed for the archive. Unfortunately it passed a buffer of junk to the hashing routine when the name actually wasn't too long. Theoretically this could lead to a false positive. Date: 2005/02/21 08:06:34 Author: harti Taken-from: FreeBSD Revision Changes Path 1.35 +11 -15 src/usr.bin/make/arch.c http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/arch.c.diff?r1=1.34&r2=1.35&f=u
文章代碼(AID): #126yyA00 (DFBSD_commit)
文章代碼(AID): #126yyA00 (DFBSD_commit)