In the Linux kernel, the following vulnerability has been resolved:
drm/msm/dpu: Fix memory leak in msmmdssparsedatabusiccpath
oficcget() alloc resources for path1, we should release it when not need anymore. Early return when ISERROR_NULL(path0) may leak path1. Defer getting path1 to fix this.
Patchwork: https://patchwork.freedesktop.org/patch/514264/