From owner-cvs-all@FreeBSD.ORG Thu Apr 5 20:31:23 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 C421E16A401; Thu, 5 Apr 2007 20:31:23 +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 9F29B13C458; Thu, 5 Apr 2007 20:31:23 +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 l35KVNbh098365; Thu, 5 Apr 2007 20:31:23 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l35KVNLI098364; Thu, 5 Apr 2007 20:31:23 GMT (envelope-from thomas) Message-Id: <200704052031.l35KVNLI098364@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 5 Apr 2007 20:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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, 05 Apr 2007 20:31:23 -0000 thomas 2007-04-05 20:31:23 UTC FreeBSD src repository Modified files: sbin/dump traverse.c Log: (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 Reviewed by: pb MFC after: 1 week Revision Changes Path 1.40 +1 -1 src/sbin/dump/traverse.c