Date: Mon, 24 Dec 2007 00:43:11 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall index.c Message-ID: <200712240043.lBO0hBhW090352@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kensmith 2007-12-24 00:43:11 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: For the INDEX file to be used on disc1 of the 7.0-RELEASE the longest "build dependencies" field is 5,108 characters which overflows the length of the junk buffer by a teeny bit. This whole section needs much more error checking but for now just completely ignore stuff we have no interest in instead of copying it to someplace we don't use in the process. Insta-MFC probably coming since this is holding up 7.0-RC1... Revision Changes Path 1.116 +17 -5 src/usr.sbin/sysinstall/index.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712240043.lBO0hBhW090352>