From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 42E183B5 for ; Wed, 17 Dec 2014 00:52:59 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id n3so13945051wiv.11 for ; Tue, 16 Dec 2014 15:52:59 -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=13rTYv/EBGtAJneFDjzAA9wZEQSwavIEfLs9y0wDj1Y=; b=CdyBvoT5x3j5QYb+mrvO2ywqd9//ekq376+OsMOZ0YDDwUuvFAgEbuE5KIoYRxk5WA efq9y+yFqiVLYeDqRkukZM3KrwpazD0q/3lCRkuWn61wl9PhxqDn6mT/1bcV+TSO4rbU /UFIqdliXMJvR0ZdheOFPAyUtrkKXAqmaOktOuyGneiTwEvD9Nc1gvyuj95k/pB3M2EJ 0nRJqVa36fZuZaCIvM/nkaG4wbSiOxsBSGLmeQqrIVLLuopdiaBDkMgNBXnGNjo83s/L j4HHZEYjuG5r8X04d8pfyjLcnn1JJewggT8jPzYn5tN7g8Z60C7ewm9jz6/aXBjwepMA ssfg== X-Gm-Message-State: ALoCoQmbDGyfK9AcIqE3srDmLu/DeHf423GbOCsIXiDAZp0CL5kSBchCt4D4rrHKqv9uX4311L0W X-Received: by 10.194.156.161 with SMTP id wf1mr55204371wjb.134.1418773979120; Tue, 16 Dec 2014 15:52:59 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id mu5sm11355333wic.18.2014.12.16.15.52.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 15:52:58 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 17 Dec 2014 00:52:32 +0100 Message-ID: <2147004.KsKfSuloYx@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418747424-22254-1-git-send-email-bruce.richardson@intel.com> References: <1418747424-22254-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/3] (More) Fixes for issues highlighted by static analysis 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:52:59 -0000 > A further three small patches fixing more issues highlighted by static > analysis scans. > > Bruce Richardson (3): > af_packet: ensure *internals is not null when dereferencing > ixgbe: prevent array overflow access in vector driver > eal: for safety, use snprintf instead of sprintf Applied Thanks -- Thomas