aboutsummaryrefslogtreecommitdiffstats
path: root/lib/decompress_inflate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13decompressors: check input size in decompress_inflate.cLasse Collin1-4/+13
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin1-1/+0
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin1-2/+1
2011-01-13Decompressors: add missing INIT (i.e. __init)Lasse Collin1-1/+1
2009-09-24lzma/gzip: fix potential oops when input data is truncatedPhillip Lougher1-0/+8
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre1-1/+1
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher1-4/+4
2009-04-03kmemtrace, kbuild: fix slab.h dependency problem in lib/decompress_inflate.cPekka Enberg1-0/+1
2009-01-08bzip2/lzma: fix decompress_inflate.c vs multi-block-with-embedded-filenameAlain Knaff1-1/+1
2009-01-08bzip2/lzma: fix constant in decompress_inflateH. Peter Anvin1-1/+1
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff1-0/+167