linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the crypto-current tree
@ 2016-12-07 21:31 Stephen Rothwell
  2016-12-08  9:07 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2016-12-07 21:31 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-next, linux-kernel, Stephan Mueller

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: build warning after merge of the crypto-current tree
  2016-12-07 21:31 linux-next: build warning after merge of the crypto-current tree Stephen Rothwell
@ 2016-12-08  9:07 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2016-12-08  9:07 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel, Stephan Mueller

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-08  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-07 21:31 linux-next: build warning after merge of the crypto-current tree Stephen Rothwell
2016-12-08  9:07 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).