]> Pileus Git - ~andy/linux/commit
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)
committerPhillip Lougher <phillip@squashfs.org.uk>
Wed, 20 Nov 2013 03:59:20 +0000 (03:59 +0000)
commited4f381ec15e5f11724cdbc68cffd2c22d1eaebd
tree164317dc8f4526510179bab62e3c53f0f89080b1
parent0d455c12c6428647547bacccaaced3cae0f35570
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