From owner-svn-src-all@FreeBSD.ORG Tue Oct 15 13:54:54 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C752FDCB; Tue, 15 Oct 2013 13:54:54 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5301E25D9; Tue, 15 Oct 2013 13:54:53 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r9FDspeS070753; Tue, 15 Oct 2013 17:54:51 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r9FDspat070752; Tue, 15 Oct 2013 17:54:51 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 15 Oct 2013 17:54:51 +0400 From: Gleb Smirnoff To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r256537 - head/lib/libc/gen Message-ID: <20131015135451.GF52889@FreeBSD.org> References: <201310151332.r9FDW2NU027808@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310151332.r9FDW2NU027808@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 13:54:54 -0000 On Tue, Oct 15, 2013 at 01:32:02PM +0000, Gleb Smirnoff wrote: T> Author: glebius T> Date: Tue Oct 15 13:32:01 2013 T> New Revision: 256537 T> URL: http://svnweb.freebsd.org/changeset/base/256537 T> T> Log: T> Make getutxent(3) more robust against bad utx.log files. Whenever we read T> zeroes, don't stop processing the file, but read until its end or valid T> data. I quite often obtain such files in VM instances when bhyve goes down. -- Totus tuus, Glebius.