From owner-cvs-all@FreeBSD.ORG Fri Aug 26 10:05:59 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E597D16A41F; Fri, 26 Aug 2005 10:05:59 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E5343D45; Fri, 26 Aug 2005 10:05:59 +0000 (GMT) (envelope-from tjr@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 j7QA5xH8036520; Fri, 26 Aug 2005 10:05:59 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7QA5xjs036519; Fri, 26 Aug 2005 10:05:59 GMT (envelope-from tjr) Message-Id: <200508261005.j7QA5xjs036519@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 26 Aug 2005 10:05:59 +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/contrib/less line.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: Fri, 26 Aug 2005 10:06:00 -0000 tjr 2005-08-26 10:05:59 UTC FreeBSD src repository Modified files: contrib/less line.c Log: Fix a one byte off error which causes "less" to crash if you view a large file, jump to the end, scroll backwards with "b" and try to search backwards afterwards. Submitted by: Matthias Scheler Revision Changes Path 1.2 +324 -94 src/contrib/less/line.c