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