This series fixes kernel memory disclosures (aka info leaks) and a bug in the empty string test. In addition to the first version of this series it also ensures all user supplied strings are nul-terminated before using them. Patch 1 is the same as in the first series, patch 2 was changed as suggested by Herbert, patch 3 is new. Please apply! Mathias Krause (3): crypto: user - fix info leaks in report API crypto: user - fix empty string test in report API crypto: user - ensure user supplied strings are nul-terminated crypto/ablkcipher.c | 12 ++++++------ crypto/aead.c | 9 ++++----- crypto/ahash.c | 2 +- crypto/blkcipher.c | 6 +++--- crypto/crypto_user.c | 38 ++++++++++++++++++++++++++------------ crypto/pcompress.c | 3 +-- crypto/rng.c | 2 +- crypto/shash.c | 3 ++- 8 files changed, 44 insertions(+), 31 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html