From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C3EF2271; Wed, 28 Jun 2017 19:57:38 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 28 Jun 2017 10:57:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,276,1496127600"; d="scan'208";a="1188110173" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga002.fm.intel.com with ESMTP; 28 Jun 2017 10:57:36 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX153.ger.corp.intel.com ([169.254.9.74]) with mapi id 14.03.0319.002; Wed, 28 Jun 2017 18:57:35 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] test/crypto: fix overflow Thread-Index: AQHS8DRM8TVyUGA8AkObM5DkxNypHKI6j4qQ Date: Wed, 28 Jun 2017 17:57:35 +0000 Message-ID: References: <20170628093103.31763-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170628093103.31763-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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] test/crypto: fix overflow 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: Wed, 28 Jun 2017 17:57:39 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Wednesday, June 28, 2017 10:31 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > stable@dpdk.org > Subject: [PATCH] test/crypto: fix overflow >=20 > In one of the SNOW3G unit tests, insufficient memory was allocated, > leading to a buffer overflow. >=20 > Fixes: 2b52e1e95aab ("app/test: add SNOW 3G UEA2 with offset") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo