From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7D2D8A495; Mon, 14 May 2018 13:25:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2018 04:25:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,399,1520924400"; d="scan'208";a="199179105" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga004.jf.intel.com with ESMTP; 14 May 2018 04:25:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx105.ger.corp.intel.com ([169.254.7.214]) with mapi id 14.03.0319.002; Mon, 14 May 2018 12:25:44 +0100 From: "De Lara Guarch, Pablo" To: "Rybalchenko, Kirill" , "dev@dpdk.org" CC: "stable@dpdk.org" , "Nicolau, Radu" , "akhil.goyal@nxp.com" , "Zhang, Roy Fan" , "Pattan, Reshma" , "thomas@monjalon.net" Thread-Topic: [PATCH] examples/ipsec-secgw: fix ip address parsing Thread-Index: AQHT62qEyaG1v9EAh0OLB7q0QeOqhaQvA9cg Date: Mon, 14 May 2018 11:25:44 +0000 Message-ID: References: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODViY2NjZGMtYWUwYi00NDg3LWJhMDgtNWRmMTM4YTQ2OWEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdKZHoyXC9adCt3dTJrUEdCc2p2akluRFp6d3V1YXpjZjVYclV3Y1JYaUU4PSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix ip address parsing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 11:25:49 -0000 > -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, May 14, 2018 11:01 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Rybalchenko, Kirill ; > Nicolau, Radu ; akhil.goyal@nxp.com; Zhang, Roy F= an > ; Pattan, Reshma ; De > Lara Guarch, Pablo > Subject: [PATCH] examples/ipsec-secgw: fix ip address parsing >=20 > In strlcpy function parameters there was no allowance for null terminator= , so ip > address was copied without last character. >=20 > Fixes: ae943ebe1ed3 ("examples/ipsec-secgw: replace strncpy with strlcpy"= ) >=20 > Signed-off-by: Kirill Rybalchenko Acked-by: Pablo de Lara This is fixing a fix that is going into stable, so it needs to go too. Thomas, could you add "Cc: stable@dpdk.org" when applying this? Thanks, Pablo