From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id CAF223B5 for ; Wed, 17 Dec 2014 00:53:34 +0100 (CET) Received: by mail-wg0-f45.google.com with SMTP id b13so18945322wgh.18 for ; Tue, 16 Dec 2014 15:53:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=t4tNyCUM9WlWh2BbN4685WNmHxx37HuFLFBhG49a+2I=; b=aUMQ/+PmpFivmeiHdYfHzsGQbMcmC3Pn3FNw4C/Vs733EBaEGfcR5HIT21B4SYZ0tV SXF3UsnNdbgCK1gzJRD73o+mQdO7+UmC6W1rsufy0LL6iViaNG8M/ZYfEhLtdk1ecxPi 0TIzXXiMD72Ny/fZm+EADZLjghijfl4pRXRJOP9yHEaW7NsguWqT4WeFY9m6xYR5HcIv 2t2BpWopb/fG5b3AoQXbHxmeDDff8+90nQc0H3hbpZW7rq2CCLp6xAnuhvSdPwPoilI7 1jnAddbV9BoClMTypnm0xXMlFQA+BOO/SWqnQc3HHsWk9HfrplekTLaNIoGQAOsVn8wC r2Jw== X-Gm-Message-State: ALoCoQlr5QGjfAZrb4YQX7LkpcVGeFAQCdL/XPW05S9I8BAz84KJ/Mj6mA3wQBDpOFLrZazKoSQr X-Received: by 10.195.12.76 with SMTP id eo12mr66536038wjd.22.1418774013694; Tue, 16 Dec 2014 15:53:33 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id mo12sm2901772wjc.35.2014.12.16.15.53.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 15:53:32 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 17 Dec 2014 00:53:06 +0100 Message-ID: <11923069.gkZLHoKe3r@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418742233-16776-1-git-send-email-bruce.richardson@intel.com> References: <1418742233-16776-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/5] Fixes for issues highlighted by static analysis scan X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 23:53:35 -0000 > This patch set fixes 5 issues found during a static analysis scan of the latest > DPDK code. These fixes are for possible NULL pointer references and array > overflow/underflow. > > Bruce Richardson (5): > test: after NULL check, don't free the NULL pointer > test: check for mbuf alloc failure > examples: set correct limit for length of unix socket path > examples: fix check for null before de-reference > cfgfile: prevent error when reading an empty file Applied Thanks -- Thomas