linux/lib/lzo
Herbert Xu cc47f07234 crypto: lzo - Fix compression buffer overrun
Unlike the decompression code, the compression code in LZO never
checked for output overruns.  It instead assumes that the caller
always provides enough buffer space, disregarding the buffer length
provided by the caller.

Add a safe compression interface that checks for the end of buffer
before each write.  Use the safe interface in crypto/lzo.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-03-08 16:23:22 +08:00
..
lzo1x_compress.c crypto: lzo - Fix compression buffer overrun 2025-03-08 16:23:22 +08:00
lzo1x_compress_safe.c crypto: lzo - Fix compression buffer overrun 2025-03-08 16:23:22 +08:00
lzo1x_decompress_safe.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
lzodefs.h
Makefile crypto: lzo - Fix compression buffer overrun 2025-03-08 16:23:22 +08:00