From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) by dpdk.org (Postfix) with ESMTP id E29352BB1 for ; Wed, 7 Nov 2018 14:55:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 65BE818C2; Wed, 7 Nov 2018 08:55:25 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 07 Nov 2018 08:55:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=yz+H1UXxKebzOsr9bakrsrqphsxOls/iPbYK0tTCiTE=; b=jYg9gE5YT6PC ikuLeQAMp8tlTbnsAPq2phBw8IIM1n+zZ9P7vHioMr7LxJ9SSbtgWxhamphQkcGE yh9xq7p2Nzvl5P2mTXYdeZwikIzacIRnwXbbjjkEM90tO3GLf+P37Li5bGZDLd0U ZTGzV8aB9fAyfSxsV1eZ1CEqyzJrHZc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=yz+H1UXxKebzOsr9bakrsrqphsxOls/iPbYK0tTCi TE=; b=ba56IjN7Ktp4nUUgdWN4guegR1p0EV8x38USMpoaCRL/+31IMHK/WCYk7 jcVAaBelUkCxKbndbAi3vujGy4F+V3pLzJ+NdEztepSWK/CHs+ak8X9BGctLQT+f bPDgRCe8zaieG0BD0iJc30LGm9RQhGxg9AXby1cwSVBfyxeY8iR2OtQaEoLOSMKH MveYDVSnA4hg3HL1r1FTD7+446FLDPLmT1oJTdPGBAp4AGjnMFrRbADPWiJZlYzM otz4yC9WLhqq/WecByMV2mBb0YNiFFYpZj71ypEaJFlHbG/6H4LlhygWfji3Vztw W7f3e1899CNPBI3yTE2bRbVEG9Y6g== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (217.85.136.77.rev.sfr.net [77.136.85.217]) by mail.messagingengine.com (Postfix) with ESMTPA id 1DFDC102DD; Wed, 7 Nov 2018 08:55:18 -0500 (EST) From: Thomas Monjalon To: Marko Kovacevic Cc: dev@dpdk.org, akhil.goyal@nxp.com, ferruh.yigit@intel.com Date: Wed, 07 Nov 2018 14:55:06 +0100 Message-ID: <2720007.K89ybXxDHh@xps> In-Reply-To: <20181107120006.3779-1-marko.kovacevic@intel.com> References: <20181107120006.3779-1-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/fips_validation: fix uninitialized pointer read X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2018 13:55:26 -0000 07/11/2018 13:00, Marko Kovacevic: > Fixing a bug raised in coverity using > uninitialized value. > > Coverity issue: 325881 > Fixes: 527cbf3d5ee3 ("examples/fips_validation: support TDES parsing") > Cc: marko.kovacevic@intel.com > > Signed-off-by: Marko Kovacevic Applied, thanks