4 matches found
CVE-2022-50844
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...
CVE-2022-50844
CVE-2022-50844 relates to a Linux kernel AMDGPU issue where the second parameter type in odn_edit_dpm_table() callback was incompatible, triggering kCFI-related run-time errors. The fix updates the prototype to use enum PP_OD_DPM_TABLE_COMMAND to align with related functions, removing the mismatc...
CVE-2022-50844 drm/amdgpu: Fix type of second parameter in odn_edit_dpm_table() callback
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sur...
PT-2025-53962
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel related to an incorrect function pointer type in the odn edit dpm table callback within the drm/amdgpu subsystem. Specifically, the second parameter...