From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id 99E9EB111
 for <dev@dpdk.org>; Fri, 27 Jun 2014 02:53:14 +0200 (CEST)
Received: by mail-wg0-f46.google.com with SMTP id y10so4424923wgg.5
 for <dev@dpdk.org>; Thu, 26 Jun 2014 17:53:33 -0700 (PDT)
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=kd0AQGaMBcxeiq1YKVimcJT5wjNTM3avQOZ04Lm+AFE=;
 b=VH1IrutL1q+m64XAcj75v5zov5HWkJMnKK7dvePKxHh/nSxW1SdjK6yFnjEqljS5AG
 e03K1Fivl5m+8hbWNMhSh763h9Yewa7px0rxqlsL1ypTuOUn8T7KpgvQ1Uox0Aw1st9R
 7sZrnUeXRQkZSSX+02kV5uoB6UJvG7rqYAK9KLWHNH7KABUm27/ZWQusNb7r8s81cell
 HxV4ktIRFO1JekxgRwqtlzJMUC3b23NG037C+q0SnnOoeWUnoFIKV2K9mIoshpoHQPuX
 5JYRXHzbf1L1fNVMLCGQUOE59blFP75+QEPmP+L32kv7qjDh+bU0zL1uVIAHZ92zBhSR
 QWjw==
X-Gm-Message-State: ALoCoQnVeJ4lGawFOOhG21FSpP081RhwdEU6/GMepj5P2dEHuwy6bmcJLcfQvukIE6RPJ77/QcWh
X-Received: by 10.180.24.2 with SMTP id q2mr8195875wif.22.1403830413759;
 Thu, 26 Jun 2014 17:53:33 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id 20sm15996819wjt.42.2014.06.26.17.53.32
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 26 Jun 2014 17:53:32 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri, 27 Jun 2014 02:53:28 +0200
Message-ID: <6139290.hFcYh8UAN6@xps13>
Organization: 6WIND
User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; )
In-Reply-To: <20140624111438.11944cf0@nehalam.linuxnetplumber.net>
References: <20140624111333.721633f7@nehalam.linuxnetplumber.net>
 <20140624111438.11944cf0@nehalam.linuxnetplumber.net>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 1/2 v2] fix incorrect snprintf args
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Jun 2014 00:53:14 -0000

2014-06-24 11:14, Stephen Hemminger:
> Now that snprintf is used, Gcc finds more uses of unsafe arguments.
> Fix where found. Some of these may have already been fixed by
> other patches on the mailing list.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

It was already fixed by Bruce's patch:
	http://dpdk.org/browse/dpdk/commit/?id=e8ed6c78177

Thanks
-- 
Thomas