Date: Thu, 2 Sep 1999 00:45:08 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fts.c Message-ID: <199909020745.AAA49958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/09/02 00:45:08 PDT Modified files: lib/libc/gen fts.c Log: Fix the root cause of the fts buffer overflow. This is a temporary patch to stop the core dumps while others come up with a better reviewed patch which may also fix other problems. We do illegal pointer arithmetic, but it should be OK since FreeBSD only supports machines with flat address spaces. Submitted by: bde Revision Changes Path 1.11 +23 -5 src/lib/libc/gen/fts.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909020745.AAA49958>