From owner-cvs-all@FreeBSD.ORG Thu Apr 12 07:53:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DA0716A400; Thu, 12 Apr 2007 07:53:14 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id ED62013C48A; Thu, 12 Apr 2007 07:53:13 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3C7rDJU024085; Thu, 12 Apr 2007 07:53:13 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3C7rDFR024084; Thu, 12 Apr 2007 07:53:13 GMT (envelope-from thomas) Message-Id: <200704120753.l3C7rDFR024084@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 12 Apr 2007 07:53:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/dump traverse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 07:53:14 -0000 thomas 2007-04-12 07:53:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dump traverse.c Log: MFC rev. 1.40: (bread): For a read that is contained entirely within a block, never copy out more than size bytes to the caller's buffer. PR: bin/111191 Revision Changes Path 1.36.2.2 +1 -1 src/sbin/dump/traverse.c