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

2016-12-08 Thread Herbert Xu
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

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

2016-12-07 Thread Stephen Rothwell
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 ?