mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
3aaf14da80
zcomp_create() verifies the success of zcomp_strm_{multi,single}_create()
through comp->stream, which can potentially be pointing to memory that
was freed if these functions returned an error.
While at it, replace a 'ERR_PTR(-ENOMEM)' by a more generic
'ERR_PTR(error)' as in the future zcomp_strm_{multi,siggle}_create()
could return other error codes. Function documentation updated
accordingly.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
zcomp_lz4.c | ||
zcomp_lz4.h | ||
zcomp_lzo.c | ||
zcomp_lzo.h | ||
zcomp.c | ||
zcomp.h | ||
zram_drv.c | ||
zram_drv.h |