Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540822

Re: [PATCH 1/2] crypto: asymmetric_keys: set error code on failure

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] crypto: asymmetric_keys: set error code on failure
Date 2016-12-13 04:50 +0100
Message-ID <sNMgh-4ym-1@gated-at.bofh.it> (permalink)
References <sNBux-6wT-25@gated-at.bofh.it> <sNGNz-17o-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Dec 13, 2016 at 08:53:11AM +1100, James Morris wrote:
> On Mon, 12 Dec 2016, David Howells wrote:
> 
> > From: Pan Bian <bianpan2016@163.com>
> > 
> > In function public_key_verify_signature(), returns variable ret on
> > error paths. When the call to kmalloc() fails, the value of ret is 0,
> > and it is not set to an errno before returning. This patch fixes the
> > bug.
> > 
> > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188891
> > 
> > Signed-off-by: Pan Bian <bianpan2016@163.com>
> > Signed-off-by: David Howells <dhowells@redhat.com>
> > ---
> 
> These crypto patches should probably go via Herbert's tree.

OK but someone will need to post them to linux-crypto first.

I know the originals went that way but David's repost doesn't
seem to be in patchwork.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] crypto: asymmetric_keys: set error code on failure David Howells <dhowells@redhat.com> - 2016-12-12 17:20 +0100
  Re: [PATCH 1/2] crypto: asymmetric_keys: set error code on failure James Morris <jmorris@namei.org> - 2016-12-12 23:00 +0100
    Re: [PATCH 1/2] crypto: asymmetric_keys: set error code on failure Herbert Xu <herbert@gondor.apana.org.au> - 2016-12-13 04:50 +0100

csiph-web