From owner-svn-src-all@freebsd.org Tue May 3 20:05:48 2016 Return-Path: Delivered-To: svn-src-all@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 7F4CAB2C665; Tue, 3 May 2016 20:05:48 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) (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 506E51137; Tue, 3 May 2016 20:05:48 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-oi0-f49.google.com with SMTP id v145so40515358oie.0; Tue, 03 May 2016 13:05:48 -0700 (PDT) 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 :date:message-id:subject:from:to:cc; bh=lu8sunQfc7hBRVREYRk81LmrmwTF+/t6h38nkCLJKGo=; b=L1nw0yuLD1AbDvWs6HC9XRUKuZX2uWYpNCvEVR8vCIf6KGe27td8T440pEHm256N0V oG6YJ5bSn/9yupxGEuM/4xWbNsBKl7p88dT2nfdY/h0+oIH9MuX5rtjNy49AMHJItLiW /l7bm6C3SDL06f8U5ehIiF8d8XsaAsXdj8spvnB/WCtU/zaHXiFoJ0qbjGImKdSqJunN UXAZW3pTjwpbPoZoR6m3Y9KvOg3WxLTCrAt0fsNiMfzHll06OKZYu7qmbgdUkiVvX6Ov amQKmMNhj45U4vpqY3h51LrvRN8eHWrYXoFgcZohIfft2g2vT28w+t+HV8qDSi3jNU8y hcrQ== X-Gm-Message-State: AOPr4FXNdDIW9jQtbIAQNekB3k8JS0FcQ105gclWFLdy37eIIIQ/F66+VW1xIoQLhfZ/bg== X-Received: by 10.202.241.87 with SMTP id p84mr2375352oih.48.1462304645265; Tue, 03 May 2016 12:44:05 -0700 (PDT) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com. [209.85.218.51]) by smtp.gmail.com with ESMTPSA id a34sm23116otb.1.2016.05.03.12.44.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 May 2016 12:44:05 -0700 (PDT) Received: by mail-oi0-f51.google.com with SMTP id v145so39805201oie.0; Tue, 03 May 2016 12:44:04 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.86.79 with SMTP id k76mr2322607oib.22.1462304644667; Tue, 03 May 2016 12:44:04 -0700 (PDT) Reply-To: cem@FreeBSD.org Received: by 10.157.6.111 with HTTP; Tue, 3 May 2016 12:44:04 -0700 (PDT) In-Reply-To: References: <201604262059.u3QKxLDl045059@repo.freebsd.org> Date: Tue, 3 May 2016 12:44:04 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r298665 - head/sys/dev/aacraid From: Conrad Meyer To: Oliver Pinter 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-all@freebsd.org X-Mailman-Version: 2.1.22 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, 03 May 2016 20:05:48 -0000 On Tue, May 3, 2016 at 12:00 PM, Oliver Pinter wrote: > strlcpy instead or adjust the p->vendors size? Neither. The buffer is intentionally not nul-terminated. The coverity reports are false positives. Conrad