From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 6E850803A for ; Thu, 4 Dec 2014 16:19:07 +0100 (CET) Received: by mail-wi0-f173.google.com with SMTP id r20so35116402wiv.6 for ; Thu, 04 Dec 2014 07:19:07 -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=1wGnJD4SMgKBkJ4JEFrGsJ+OyaW3t5PkOCrp42oSSNU=; b=ZeBiD9IxM+42eUfAA1gcKj5oD6yIZqKgyt4W1bxTaGpCr32zYIhHVyuOBODZ7tjSM7 A+e4RkHupTJv1Hxij1tUYaO7dD4k/Qc25REFAfwVmN0LQ6+hwrGjaTR8JtRevvn499hl BiV4+DBAYTOe1gpbPDFpjNgChfOpqxToLiWS0y/OpfZbsdfqRCv0GAz9WpPFoRVJJWq5 msoZIxK54SMquTlwaig6vKlcZuu3f9Sd6OSm2WKN6y8+g5LHH6DC8D2N6W9jn0jIWTo9 94Z4nA2syLkwQmYosPp/0IjeJvO0JYgIBVjEyLcbaRp9FqMvjvbxHsO4YtrmZaYjdQlt xokQ== X-Gm-Message-State: ALoCoQm0KZM0QpZIXPRgwnH1nny9DeegYrh6042fhl3fMaux3cG+RiQuR87RYa1tCPngCr2ukkK0 X-Received: by 10.180.103.6 with SMTP id fs6mr92080823wib.11.1417706347209; Thu, 04 Dec 2014 07:19:07 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id wx3sm40899462wjc.19.2014.12.04.07.19.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 07:19:06 -0800 (PST) From: Thomas Monjalon To: "Carew, Alan" Date: Thu, 04 Dec 2014 16:18:42 +0100 Message-ID: <1572347.y7QeKQGpkv@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <0E29434AEE0C3A4180987AB476A6F6306D2B0558@IRSMSX109.ger.corp.intel.com> References: <1413818593-26269-1-git-send-email-alan.carew@intel.com> <1507264.Zu5HfbIg9Y@xps13> <0E29434AEE0C3A4180987AB476A6F6306D2B0558@IRSMSX109.ger.corp.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] librte_cmdline: FreeBSD Fix oveflow when size of command result structure is greater than BUFSIZ 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: Thu, 04 Dec 2014 15:19:07 -0000 2014-12-04 14:01, Carew, Alan: > I did post a V2 http://dpdk.org/ml/archives/dev/2014-November/007920.html. > I must have used an incorrect message ID incorrect for "--in-reply-to" though. Sorry I failed to check similar patches. I reverted the v1 patch and wait the review to apply the v2. -- Thomas