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


Groups > linux.kernel > #1538100 > unrolled thread

linux-next: build warning after merge of the crypto-current tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-12-07 22:40 +0100
Last post2016-12-08 10:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the crypto-current tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-07 22:40 +0100
    Re: linux-next: build warning after merge of the crypto-current tree Herbert Xu <herbert@gondor.apana.org.au> - 2016-12-08 10:10 +0100

#1538100 — linux-next: build warning after merge of the crypto-current tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-12-07 22:40 +0100
Subjectlinux-next: build warning after merge of the crypto-current tree
Message-ID<sLS6u-5qu-31@gated-at.bofh.it>
Hi Herbert,

After merging the crypto-current tree, today's linux-next build (x86_64
allmodconig) produced this warning:

crypto/algif_aead.c: In function 'aead_recvmsg':
crypto/algif_aead.c:539:9: warning: 'outlen' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return err ? err : outlen;
         ^
crypto/algif_aead.c:423:9: note: 'outlen' was declared here
  size_t outlen;
         ^

Introduced by commit

  0c1e16cd1ec4 ("crypto: algif_aead - fix AEAD tag memory handling")

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1538389

FromHerbert Xu <herbert@gondor.apana.org.au>
Date2016-12-08 10:10 +0100
Message-ID<sM2Se-4hp-7@gated-at.bofh.it>
In reply to#1538100
On Thu, Dec 08, 2016 at 08:31:16AM +1100, Stephen Rothwell wrote:
> Hi Herbert,
> 
> After merging the crypto-current tree, today's linux-next build (x86_64
> allmodconig) produced this warning:
> 
> crypto/algif_aead.c: In function 'aead_recvmsg':
> crypto/algif_aead.c:539:9: warning: 'outlen' may be used uninitialized in this function [-Wmaybe-uninitialized]
>   return err ? err : outlen;
>          ^
> crypto/algif_aead.c:423:9: note: 'outlen' was declared here
>   size_t outlen;
>          ^
> 
> Introduced by commit
> 
>   0c1e16cd1ec4 ("crypto: algif_aead - fix AEAD tag memory handling")

Thanks Stephen.  This should be fixed in tomorrow's tree.
-- 
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web