CVE-2024-26612
In the Linux kernel, the following vulnerability has been resolved:
netfs, fscache: Prevent Oops in fscache_put_cache()
This function dereferences “cache” and then checks if it’s
IS_ERR_OR_NULL(). Check first, then dereference.
More information : https://git.kernel.org/stable/c/1c45256e599061021e2c848952e50f406457e448
