From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [iproute PATCH v4 4/5] No need to initialize rtattr fields before parsing Date: Fri, 15 Jul 2016 09:33:44 -0600 Message-ID: References: <1468435639-6892-1-git-send-email-phil@nwl.cc> <1468435639-6892-5-git-send-email-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , Nicolas Dichtel , Julien Floret , David Laight , netdev@vger.kernel.org To: Phil Sutter , Stephen Hemminger Return-path: Received: from mail-io0-f177.google.com ([209.85.223.177]:34653 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbcGOPdq (ORCPT ); Fri, 15 Jul 2016 11:33:46 -0400 Received: by mail-io0-f177.google.com with SMTP id q83so107674591iod.1 for ; Fri, 15 Jul 2016 08:33:46 -0700 (PDT) In-Reply-To: <1468435639-6892-5-git-send-email-phil@nwl.cc> Sender: netdev-owner@vger.kernel.org List-ID: On 7/13/16 12:47 PM, Phil Sutter wrote: > Since parse_rtattr_flags() calls memset already, there is no need for > callers to do so themselves. > > Signed-off-by: Phil Sutter > --- > ip/ipaddress.c | 2 +- > tc/tc_class.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Acked-by: David Ahern