From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hangbin Liu Subject: Re: [PATCH net] net/sched: act_simple: fix parsing of TCA_DEFDATA Date: Fri, 8 Jun 2018 10:07:54 +0800 Message-ID: <20180608020754.GT8958@leo.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org To: Davide Caratti Return-path: Received: from mail-pl0-f44.google.com ([209.85.160.44]:34562 "EHLO mail-pl0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752268AbeFHCIE (ORCPT ); Thu, 7 Jun 2018 22:08:04 -0400 Received: by mail-pl0-f44.google.com with SMTP id g20-v6so7304159plq.1 for ; Thu, 07 Jun 2018 19:08:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jun 07, 2018 at 03:46:43PM +0200, Davide Caratti wrote: > use nla_strlcpy() to avoid copying data beyond the length of TCA_DEFDATA s/TCA_DEFDATA/TCA_DEF_DATA/, incase someone search the commit history but could not find it. Thanks Hangbin