CVE-2021-47260

Publication date

2024-05-21 14:19:53

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential NULL dereference in nfs_get_client() None of the callers are expecting NULL returns from nfs_get_client() so this code will lead to an Oops. Its better to return an error pointer. I expect that this is dead code so hopefully no one is affected.