From owner-cvs-src@FreeBSD.ORG Fri Aug 26 01:25:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 BB9DB16A41F; Fri, 26 Aug 2005 01:25:59 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A50243D45; Fri, 26 Aug 2005 01:25:59 +0000 (GMT) (envelope-from brooks@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 j7Q1PxTp003546; Fri, 26 Aug 2005 01:25:59 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7Q1Pxq8003545; Fri, 26 Aug 2005 01:25:59 GMT (envelope-from brooks) Message-Id: <200508260125.j7Q1Pxq8003545@repoman.freebsd.org> From: Brooks Davis Date: Fri, 26 Aug 2005 01:25: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/sbin/dhclient conflex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Aug 2005 01:25:59 -0000 brooks 2005-08-26 01:25:59 UTC FreeBSD src repository Modified files: sbin/dhclient conflex.c Log: In read_string(), when the last character was a backslash, unincrement the output index instead of keeping what ever trash was in the buffer. Reported by: iedowse Revision Changes Path 1.4 +1 -0 src/sbin/dhclient/conflex.c