DragonFly commits List (threaded) for 2005-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/usr.bin/make arch.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]