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 98241A034F for ; Mon, 11 Oct 2021 10:07:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 94733410DB; Mon, 11 Oct 2021 10:07:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D2B340E0F for ; Mon, 11 Oct 2021 10:07:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6443E120E00; Mon, 11 Oct 2021 10:07:09 +0200 (CEST) In-Reply-To: <20211011080452.2710095-1-przemyslawx.zegan@intel.com> References: <20211011080452.2710095-1-przemyslawx.zegan@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Przemyslaw Zegan Message-Id: <20211011080709.6443E120E00@dpdk.org> Date: Mon, 11 Oct 2021 10:07:09 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100987 [dpdk-dev v3] 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/100987 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #55: 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 '(' #79: FILE: app/test-crypto-perf/cperf_test_vectors.c:558: + if(options->aead_aad_sz > sizeof(aad)) total: 1 errors, 1 warnings, 10 lines checked