Date: Fri, 11 Feb 2005 21:07:51 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strnstr.c Message-ID: <200502112107.j1BL7p7N015406@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2005-02-11 21:07:51 UTC FreeBSD src repository Modified files: lib/libc/string strnstr.c Log: Don't read more than the given 'len' bytes from the 'big' string. PR: misc/77369 Submitted by: Ed Maste <emaste@phaedrus.sandvine.ca> MFC after: 1 week Revision Changes Path 1.3 +1 -1 src/lib/libc/string/strnstr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502112107.j1BL7p7N015406>