Security Advisory

CVE-2021-47050

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-28 08:13:52
Last updated 2026-05-11 13:47:06
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platform_get_resource_byname() can return NULL which would be immediately dereferenced by resource_size(). Instead dereference it after validating the resource. Addresses-Coverity: Dereference null return value