From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix possible segfault in hotplug add Date: Thu, 03 Aug 2017 21:38:40 +0200 Message-ID: <17492709.J57GEi9y32@xps> References: <31be1706d1613adecd43328272f1b6f556c6110f.1501763608.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B4D972C16 for ; Thu, 3 Aug 2017 21:38:42 +0200 (CEST) In-Reply-To: <31be1706d1613adecd43328272f1b6f556c6110f.1501763608.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2017 14:34, Gaetan Rivet: > If devargs is NULL, building the full_dev_name will segfault > when using strlen on it. > > Coverity issue: 158630 > Fixes: 7e8b26650146 ("eal: fix hotplug add / remove") > > Signed-off-by: Gaetan Rivet Applied, thanks