From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com ([192.55.52.115]:55617 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753739AbcDFVtA (ORCPT ); Wed, 6 Apr 2016 17:49:00 -0400 Subject: Re: [PATCH] crypto: rsa - fix dst len References: <1459978873-18170-1-git-send-email-tadeusz.struk@intel.com> To: stable@vger.kernel.org From: Tadeusz Struk Message-ID: <57058318.2090701@intel.com> Date: Wed, 6 Apr 2016 14:43:52 -0700 MIME-Version: 1.0 In-Reply-To: <1459978873-18170-1-git-send-email-tadeusz.struk@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 04/06/2016 02:41 PM, Tadeusz Struk wrote: > The output buffer length has to be at least as big as the key_size. > It is then updated to the actual output size by the implementation. > > Cc: > Signed-off-by: Tadeusz Struk > --- Please ignore this one. Sorry about the noise. -- TS