1
0
Fork 0
alistair23-linux/include/linux/decompress
Phillip Lougher c1e7c3ae59 bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure
The trivial malloc implementation used in the pre-boot environment by the
decompressors returns a bad pointer on failure (falling through after
calling error).  This is doubly wrong - the callers expect malloc to
return NULL on failure, second the error function is intended to be
used by the decompressors to propagate errors to *their* callers.  The
decompressors have no access to any state set by the error function.

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
LKML-Reference: <4b26b1ef.hIInb2AYPMtImAJO%phillip@lougher.demon.co.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-12-15 14:04:12 -08:00
..
bunzip2.h
generic.h bzip2/lzma/gzip: fix comments describing decompressor API 2009-08-07 10:39:56 -07:00
inflate.h
mm.h bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure 2009-12-15 14:04:12 -08:00
unlzma.h