From owner-svn-src-head@freebsd.org Wed Oct 25 17:20:38 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82F35E4FE29; Wed, 25 Oct 2017 17:20:38 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C80A76493; Wed, 25 Oct 2017 17:20:37 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id v9PHKTdA052971; Wed, 25 Oct 2017 10:20:29 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id v9PHKTnQ052970; Wed, 25 Oct 2017 10:20:29 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201710251720.v9PHKTnQ052970@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r324971 - head/sys/netinet In-Reply-To: <20171025162921.GA84006@FreeBSD.org> To: Alexey Dokuchaev Date: Wed, 25 Oct 2017 10:20:29 -0700 (PDT) CC: rgrimes@freebsd.org, Michael Tuexen , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 17:20:38 -0000 > On Wed, Oct 25, 2017 at 07:57:14AM -0700, Rodney W. Grimes wrote: > > > New Revision: 324971 > > > URL: https://svnweb.freebsd.org/changeset/base/324971 > > > > > > Log: > > > Fix a bug reported by Felix Weinrank using the libfuzzer on the > > > userland stack. > > > > Please try to say what the bug was, why it was a bug, and > > how it was fixed in any bug commit message. > > > > External vague references are of little value when reading > > through a files svn history. > > Honestly, I don't understand at all why this topic comes up again and > again. It's beaten to death, aren't people supposed to read svn-* mail? > > :-( I think one thing that causes some of this is that many work in private repositories with no one else seeing there commits and they develope a bad habit of writting very brief commit messages and then these get carried into public repositories. > ./danfe -- Rod Grimes rgrimes@freebsd.org