From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 18CAA4D3A for ; Mon, 23 Apr 2018 16:21:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 07:21:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="49187576" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 23 Apr 2018 07:21:14 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 23 Apr 2018 15:21:13 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.176]) by irsmsx111.ger.corp.intel.com ([169.254.2.167]) with mapi id 14.03.0319.002; Mon, 23 Apr 2018 15:21:13 +0100 From: "Van Haaren, Harry" To: Pavan Nikhilesh CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] event/octeontx: fix snprintf mempool name overflow Thread-Index: AQHT2wilGxgfHptQ5UW2QdMq3kKPZ6QOZauA Date: Mon, 23 Apr 2018 14:21:12 +0000 Message-ID: References: <20180423133933.31334-1-pbhagavatula@caviumnetworks.com> In-Reply-To: <20180423133933.31334-1-pbhagavatula@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2RhN2U5NjQtM2E4OC00ZTE5LWIwNzctNjJiNTc0NWY5YzE3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ5YzFGaXhsN2o0VFI2UGF0RlJ0UlhVSEZKN3ZIaWM3cWgwbzR4SHMraXNaTVBlTjE5cEJidmQyclJvRGtRYjN0In0= 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] event/octeontx: fix snprintf mempool name 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: Mon, 23 Apr 2018 14:21:16 -0000 > From: Pavan Nikhilesh [mailto:pbhagavatula@caviumnetworks.com] > Sent: Monday, April 23, 2018 2:40 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] event/octeontx: fix snprintf mempool name ove= rflow >=20 > Bugzilla-ID: 28 > Fixes: f874c1eb1519 ("event/octeontx: create and free timer adapter") >=20 > Reported-by: Harry van Haaren > Signed-off-by: Pavan Nikhilesh Nice one, confirmed as fixed! I wasn't aware Bugzilla had a diff view; The patch as attachment is viewabl= e here: https://dpdk.org/tracker/attachment.cgi?id=3D5&action=3Ddiff Tested-by: Harry van Haaren