From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] Coverity fixes for DPDK IPC Date: Mon, 23 Apr 2018 22:34:04 +0200 Message-ID: <6433300.AVchPOLdc0@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Tan, Jianfeng" To: Anatoly Burakov Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6E7C8374 for ; Mon, 23 Apr 2018 22:34:07 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Anatoly Burakov (3): > > ipc: use strlcpy where applicable > > ipc: fix return without mutex unlock > > ipc: fix resource leak > > > > lib/librte_eal/common/eal_common_proc.c | 23 ++++++++++++----------- > > 1 file changed, 12 insertions(+), 11 deletions(-) > > > > For this series, > > Acked-by: Jianfeng Tan Applied, thanks