From owner-svn-src-head@FreeBSD.ORG Fri Jun 19 22:29:38 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91EE1D14; Fri, 19 Jun 2015 22:29:38 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6E3182; Fri, 19 Jun 2015 22:29:38 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qkfe185 with SMTP id e185so67982312qkf.3; Fri, 19 Jun 2015 15:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Nfdn1DlKfgXhRyyVPaMY0rSJZdv4VYQBkAtiJoqqxqc=; b=0CZnsdILQNn/n+F5uc4D29Ns27LvTcRWHvTgRqT2yw3/YwYeEuy0nheYY3017Z8Esu u6uzjjl6p4uHDLjXBLdxrcciSyUcafiA8vqC+2NeWjTRwFRrllmrPb7XkdzLyan81yZD nKiZL/w6f7G6mpVtaVB0fGtFDwVKn9Wmf8pqarAl0xTY5dzKESFtkNGa5/77Suhw7zHn tPn/HadOeVl1HUDIhQR3guy+wK6HElp1/Tm71bcLqubYs2UoPRC9WF65+rdc9IePkUPf 5CarbAY2fXhr+HluCxQ0guPQCFUfi2OljoI92lFr3YKjSS5tebZUdJyb7/I5PXWjuiP9 OKpg== MIME-Version: 1.0 X-Received: by 10.140.232.131 with SMTP id d125mr25842292qhc.80.1434752976999; Fri, 19 Jun 2015 15:29:36 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Fri, 19 Jun 2015 15:29:36 -0700 (PDT) In-Reply-To: <201506192155.t5JLtC7K082230@svn.freebsd.org> References: <201506192155.t5JLtC7K082230@svn.freebsd.org> Date: Fri, 19 Jun 2015 15:29:36 -0700 Message-ID: Subject: Re: svn commit: r284613 - head/sys/netinet From: NGie Cooper To: Michael Tuexen Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 19 Jun 2015 22:29:38 -0000 On Fri, Jun 19, 2015 at 2:55 PM, Michael Tuexen wrote: > Author: tuexen > Date: Fri Jun 19 21:55:12 2015 > New Revision: 284613 > URL: https://svnweb.freebsd.org/changeset/base/284613 > > Log: > Fix two KTRACE related bugs. > > Reported by: Coverity > CID: 1018058, 1018060 The commit doesn't tell me what the two KTRACE bugs were...