X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Fzlib.c;h=739b8fca4cea518777f569372ded2e0b751dcd49;hb=a5db219f4cf9f67995eabd53b81a1232c82f5852;hp=c3015733c9909cbf90554477a79430b1a31ab286;hpb=f72222c74bd642182cc892c99df65cb105c61193;p=karo-tx-linux.git diff --git a/crypto/zlib.c b/crypto/zlib.c index c3015733c990..739b8fca4cea 100644 --- a/crypto/zlib.c +++ b/crypto/zlib.c @@ -95,11 +95,10 @@ static int zlib_compress_setup(struct crypto_pcomp *tfm, void *params, zlib_comp_exit(ctx); workspacesize = zlib_deflate_workspacesize(); - stream->workspace = vmalloc(workspacesize); + stream->workspace = vzalloc(workspacesize); if (!stream->workspace) return -ENOMEM; - memset(stream->workspace, 0, workspacesize); ret = zlib_deflateInit2(stream, tb[ZLIB_COMP_LEVEL] ? nla_get_u32(tb[ZLIB_COMP_LEVEL])