From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3C5B7A0C45 for ; Wed, 22 Sep 2021 12:17:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 22FBA41198; Wed, 22 Sep 2021 12:17:29 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B709241196 for ; Wed, 22 Sep 2021 12:17:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A0D71122EE7; Wed, 22 Sep 2021 12:17:27 +0200 (CEST) In-Reply-To: <20210922101511.10395-1-przemyslawx.zegan@intel.com> References: <20210922101511.10395-1-przemyslawx.zegan@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Przemyslaw Zegan Message-Id: <20210922101727.A0D71122EE7@dpdk.org> Date: Wed, 22 Sep 2021 12:17:27 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99420 [dpdk-dev v2] app: fix buffer overrun X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/99420 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #54: Previously when user configured aad size is over 12 bytes the copy of template aad will cause a buffer overrun. ERROR:SPACING: space required before the open parenthesis '(' #84: FILE: app/test-crypto-perf/cperf_test_vectors.c:558: + if(options->aead_aad_sz > 12) total: 1 errors, 1 warnings, 17 lines checked