From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BF871A04B0 for ; Fri, 14 Aug 2020 13:02:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B16DF1C0D5; Fri, 14 Aug 2020 13:02:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id F325C1C0DC; Fri, 14 Aug 2020 13:02:42 +0200 (CEST) In-Reply-To: <20200814110045.217724-4-bruce.richardson@intel.com> References: <20200814110045.217724-4-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200814110242.F325C1C0DC@dpdk.org> Date: Fri, 14 Aug 2020 13:02:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75561 [PATCH 3/4] examples/mp_server: fix snprintf overflow X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/75561 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #68: main.c:77:37: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] total: 0 errors, 1 warnings, 8 lines checked