Date: Sun, 03 Jul 2005 01:26:14 -0000 From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c Message-ID: <200502210806.j1L86Ya6003623@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-02-21 08:06:34 UTC FreeBSD 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. Revision Changes Path 1.49 +11 -15 src/usr.bin/make/arch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502210806.j1L86Ya6003623>