From owner-svn-src-head@freebsd.org Wed May 3 17:39:05 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 40B7AD5C542; Wed, 3 May 2017 17:39:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (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 07640144B; Wed, 3 May 2017 17:39:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id p24so13171038ioi.0; Wed, 03 May 2017 10:39:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=l1wO6IjLU3ae3S6MoW70jG8pYCmaTipffCQxmdpHpdQ=; b=ijv6HYcb02wfRyUIkYweGST7U4ZUToUkX9D/VJVWiQWZ+CGuBm4AcPcG3grzjNxkGA 6p5bF7I9eFFP5V0nYfmrzs5JEyV5rN9wdANUyAQjvyeo37ETmFrzQAv2bxOZjLAuqpBS xZAI0pEJqAnTegCYUy485wC9l2p11igV7Uhv98AvWTzLRITQHO56XW6xfa+EAc28rMjU ZJzI/K2Nx8eT5Dv270Yta/thNpTSC5RcimdBenrH5L5DarWqX/sJ2FwErCBx9r9tWqjH HM81BaWwQE6VwpzwX9k4Fgf4mD50JaDwx+oVKdeT8wFlRH2zErslxAJ8sB9CXM7CuhKH t/hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=l1wO6IjLU3ae3S6MoW70jG8pYCmaTipffCQxmdpHpdQ=; b=WPcIYYKYaKWaygPTSkFoM77VhOS9CUVu5ItBJ0ZygEdukzS9A8/08miSyI/OqAzVfU S2rmAZe2oeauPF6HbIPd5bwrhm+HHPEDgR+4vfqbH00j+5BsZGeuhKPH9r36yt+2SAmL KcGAryM1+CEWzcNV66YlNsZFPhj1CuvztIJL9nZh34IELx75j0pMw6JauCFF0bzFvDzh y+c6SQ92ubxYpEiymb1GbfeHZgEU79a9i6FDt+tZ/SeStDSV5TRIWjGAlU7sz6PxujCK cdwnuDtxTb1cXnRHTczNZwYzFVHDqxJyuJ9znux2FHc+QP/uLpwUlStLcLP/LiuDLauH xOQA== X-Gm-Message-State: AN3rC/49KsjhxhJCgPu4TEhjoVBOjEep8lkkT//Qj5E6ohF+Nsl+FbYI AgdyOFcuxTWO5VXmk6lGbYA/XEGzfg== X-Received: by 10.107.6.27 with SMTP id 27mr7763888iog.53.1493833144234; Wed, 03 May 2017 10:39:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.132.202 with HTTP; Wed, 3 May 2017 10:39:03 -0700 (PDT) In-Reply-To: <201705031721.v43HL2vS071819@repo.freebsd.org> References: <201705031721.v43HL2vS071819@repo.freebsd.org> From: Ryan Stone Date: Wed, 3 May 2017 13:39:03 -0400 Message-ID: Subject: Re: svn commit: r317755 - head/sbin/ifconfig To: Alan Somers Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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, 03 May 2017 17:39:05 -0000 On Wed, May 3, 2017 at 1:21 PM, Alan Somers wrote: > Author: asomers > Date: Wed May 3 17:21:01 2017 > New Revision: 317755 > URL: https://svnweb.freebsd.org/changeset/base/317755 > > Log: > Various Coverity fixes in ifconfig(8) > > * Exit early if kldload(2) fails (1011259). This is the only change that > affects ifconfig's behavior. > > Please revert this ASAP. kldload is expected to fail for a number of benign reasons and this change is likely to prevent any network configuration from being applied to systems, breaking remote access.