Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-09-28 | lzo: check for length overrun in variable length encoding. | Willy Tarreau | 1 | -6/+37 |
2014-09-28 | Revert "lzo: properly check for overruns" | Willy Tarreau | 1 | -41/+21 |
2014-06-23 | lzo: properly check for overruns | Greg Kroah-Hartman | 1 | -21/+41 |
2013-02-20 | lib/lzo: Update LZO compression to current upstream version | Markus F.X.J. Oberhumer | 3 | -336/+387 |
2013-02-20 | lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c | Markus F.X.J. Oberhumer | 2 | -1/+1 |
2010-01-11 | lib: add support for LZO-compressed kernels | Albin Tonnerre | 1 | -3/+6 |
2008-07-25 | lzo: use get/put_unaligned_* helpers | Harvey Harrison | 1 | -4/+2 |
2008-04-10 | lzo: fix typo in decompressor | Harvey Harrison | 1 | -1/+1 |
2007-07-31 | lzo: add some missing casts | Richard Purdie | 1 | -3/+3 |
2007-07-10 | Add LZO1X algorithm to the kernel | Richard Purdie | 4 | -0/+528 |