From owner-svn-src-head@freebsd.org Tue Nov 22 19:04:57 2016 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 19FF7C503B5; Tue, 22 Nov 2016 19:04:57 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) (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 E26A11435; Tue, 22 Nov 2016 19:04:56 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f176.google.com with SMTP id x94so77007998ioi.3; Tue, 22 Nov 2016 11:04:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=l1HfJB8mYok98siaUC4kGhQatH7cBhKe9yNRfMXpWSQ=; b=aJ3yXeYkkQSdmcpC9uM7JxwjxiP+rBIrh+ZXnioH5wSUujPxwPr4o9RDGSAi1FkBHl lo1cwdu8sMEfHO/rA1JeROQRqqMNylEd+mB4iVH3knFA1dcX0YkvAR++sEvtJr4KEePw 80Vg6MrSS36vNLDhZe608zF5FiuM2KudE7CICOt5X6mbZFCx20ExKvSU5+FzQxrjc6Yc i5zcO42Ce5FbN5xDWjeBt5crZDcmCjF4y14v6949gdmttGw40iCO+n22lB5rt5fQv6uJ 7DopoTKUAmJbuVw67JIYhfriuKj5VhIyLihvNG7z8Dtn26DxnJ66xSWYP8rh2FNypmW9 HHow== X-Gm-Message-State: AKaTC021wBFhPl7EkozLNyXVwRNw7D0JBcKXIBggdUUvdMBekvyeACnXCZv/mOt6ZDVh4g== X-Received: by 10.36.120.131 with SMTP id p125mr3507564itc.15.1479838204365; Tue, 22 Nov 2016 10:10:04 -0800 (PST) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com. [209.85.223.170]) by smtp.gmail.com with ESMTPSA id l14sm10043267ioi.18.2016.11.22.10.10.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Nov 2016 10:10:03 -0800 (PST) Received: by mail-io0-f170.google.com with SMTP id x94so74481208ioi.3; Tue, 22 Nov 2016 10:10:03 -0800 (PST) X-Received: by 10.107.129.34 with SMTP id c34mr17848365iod.31.1479838203812; Tue, 22 Nov 2016 10:10:03 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.109.68 with HTTP; Tue, 22 Nov 2016 10:10:03 -0800 (PST) In-Reply-To: <201611221736.uAMHaGZw054999@repo.freebsd.org> References: <201611221736.uAMHaGZw054999@repo.freebsd.org> From: Conrad Meyer Date: Tue, 22 Nov 2016 10:10:03 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r309014 - head/sys/net80211 To: Adrian Chadd Cc: src-committers , 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.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: Tue, 22 Nov 2016 19:04:57 -0000 On Tue, Nov 22, 2016 at 9:36 AM, Adrian Chadd wrote: > Author: adrian > Date: Tue Nov 22 17:36:16 2016 > New Revision: 309014 > URL: https://svnweb.freebsd.org/changeset/base/309014 > > Log: > [net80211] high oops on the high seas, or "god damnit compilers, it's 2016 and you're supposed to save me from this." > > TODO: > > * drink real coffee before committing in the morning, or there's a high > risk of more obviously self-evident commits being turned into attempts > at humour. > > Reported by: cem, Coverity CID 1366219 I think this also addresses CID 1366222, which I didn't see earlier. Oops. Best, Conrad