+1
−1
+1
−1
Loading
stable inclusion from stable-v4.19.238 commit 9f0f048c1bfa7867d565a95fd8c28f4484ba1043 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/IBP4WZ CVE: CVE-2022-49280 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9f0f048c1bfa7867d565a95fd8c28f4484ba1043 -------------------------------- commit 184416d4 upstream. Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to unsigned to prevent this issue. Cc: stable@vger.kernel.org Signed-off-by:Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by:
Chuck Lever <chuck.lever@oracle.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Li Lingfeng <lilingfeng3@huawei.com>