linux/drivers/crypto/cavium/zip
Dan Carpenter 0d13d8f26c crypto: zip - Memory corruption in zip_clear_stats()
There is a typo here.  It should be "stats" instead of "state".  The
impact is that we clear 224 bytes instead of 80 and we zero out memory
that we shouldn't.

Fixes: 09ae5d37e0 ("crypto: zip - Add Compression/Decompression statistics")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-03-24 22:03:00 +08:00
..
common.h
Makefile
zip_crypto.c
zip_crypto.h
zip_deflate.c crypto: zip - Add Compression/Decompression statistics 2017-03-09 18:34:26 +08:00
zip_deflate.h
zip_device.c
zip_device.h
zip_inflate.c crypto: zip - Add Compression/Decompression statistics 2017-03-09 18:34:26 +08:00
zip_inflate.h
zip_main.c crypto: zip - Memory corruption in zip_clear_stats() 2017-03-24 22:03:00 +08:00
zip_main.h crypto: zip - Add Compression/Decompression statistics 2017-03-09 18:34:26 +08:00
zip_mem.c
zip_mem.h
zip_regs.h