diff options
| author | Jonathan Cavitt <jonathan.cavitt@intel.com> | 2026-02-24 22:12:28 +0000 |
|---|---|---|
| committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2026-02-25 09:31:54 +0200 |
| commit | c601fd5414315fc515f746b499110e46272e7243 (patch) | |
| tree | d01b73deee1ec447d5a1581024f1163194f3d350 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | 74b6e83942dcc9f3cca9e561b205a5b19940a344 (diff) | |
drm/client: Do not destroy NULL modes
'modes' in drm_client_modeset_probe may fail to kcalloc. If this
occurs, we jump to 'out', calling modes_destroy on it, which
dereferences it. This may result in a NULL pointer dereference in the
error case. Prevent that.
Fixes: 3039cc0c0653 ("drm/client: Make copies of modes")
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260224221227.69126-2-jonathan.cavitt@intel.com
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
