]> www.infradead.org Git - users/jedix/linux-maple.git/commit
smb: client: compress: fix an "illegal accesses" issue
authorQianqiang Liu <qianqiang.liu@163.com>
Fri, 13 Sep 2024 03:27:51 +0000 (11:27 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 15 Sep 2024 15:42:45 +0000 (10:42 -0500)
commit9b4af913465cc5f903227237d833b4911430fd97
treebb74d71016e8f285745a1e74ac4f07e5b027bd1b
parent590efcd3c75f0e1f7208cf1c8dff5452818b70f2
smb: client: compress: fix an "illegal accesses" issue

Using uninitialized value "bkt" when calling "kfree"

Fixes: 13b68d44990d ("smb: client: compress: LZ77 code improvements cleanup")
Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/compress.c