| 概要 | In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw() dcn401_init_hw() assumes that update_bw_bounding_box() is valid when ((!fams2_enable && update_bw_bounding_box) || freq_changed) does not guarantee this, as the freq_changed branch can evaluate to true This can result in calling update_bw_bounding_box() when it is NULL. Fix this by separating the update condition from the pointer checks and Fixes the below: (cherry picked from commit 86117c5ab42f21562fedb0a64bffea3ee5fcd477) |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:13 |
| 最終更新日 | 2026年5月8日23:16 |