linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Stephan Mueller <smueller@chronox.de>
Subject: linux-next: build warning after merge of the crypto-current tree
Date: Thu, 8 Dec 2016 08:31:16 +1100	[thread overview]
Message-ID: <20161208083116.7881820c@canb.auug.org.au> (raw)

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

             reply	other threads:[~2016-12-07 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07 21:31 Stephen Rothwell [this message]
2016-12-08  9:07 ` linux-next: build warning after merge of the crypto-current tree Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161208083116.7881820c@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=smueller@chronox.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).