Squashfs: Check stream is not NULL in decompressor_multi.c
authorPhillip Lougher <phillip@squashfs.org.uk>
Sun, 10 Nov 2013 00:02:29 +0000 (00:02 +0000)
committerMohamad Ayyash <mkayyash@google.com>
Wed, 4 Mar 2015 19:22:58 +0000 (11:22 -0800)
commit6a1e8fd1e4dc7c53d67f4091bea0cfd2139901d0
tree0a75306830b2ab0d22a74570f1e2344057e522e2
parenta7b16c939e7759d65246b5363aeca1fac5999b62
Squashfs: Check stream is not NULL in decompressor_multi.c

Fix static checker complaint that stream is not checked in
squashfs_decompressor_destroy().

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Reviewed-by: Minchan Kim <minchan@kernel.org>
fs/squashfs/decompressor_multi.c