lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 8 Dec 2016 08:31:16 +1100
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Herbert Xu <herbert@...dor.apana.org.au>
Cc:     linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
        Stephan Mueller <smueller@...onox.de>
Subject: linux-next: build warning after merge of the crypto-current tree

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ