From owner-cvs-src@FreeBSD.ORG Fri Feb 11 21:07:51 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CFB16A4CE; Fri, 11 Feb 2005 21:07:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6713343D2D; Fri, 11 Feb 2005 21:07:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BL7pOZ015407; Fri, 11 Feb 2005 21:07:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1BL7p7N015406; Fri, 11 Feb 2005 21:07:51 GMT (envelope-from pjd) Message-Id: <200502112107.j1BL7p7N015406@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 11 Feb 2005 21:07:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/string strnstr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 21:07:51 -0000 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 MFC after: 1 week Revision Changes Path 1.3 +1 -1 src/lib/libc/string/strnstr.c