In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jan 11, 2025
to the GitHub Advisory Database
•
Updated Jan 16, 2025
Description
Published by the National Vulnerability Database
Jan 11, 2025
Published to the GitHub Advisory Database
Jan 11, 2025
Last updated
Jan 16, 2025
In the Linux kernel, the following vulnerability has been resolved:
phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM
In some cases, rk_hdptx_phy_runtime_resume() may be invoked before
platform_set_drvdata() is executed in ->probe(), leading to a NULL
pointer dereference when using the return of dev_get_drvdata().
Ensure platform_set_drvdata() is called before devm_pm_runtime_enable().
References