diff options
| author | Xiaomeng Tong <[email protected]> | 2022-03-27 15:39:25 +0800 |
|---|---|---|
| committer | Lyude Paul <[email protected]> | 2022-03-28 17:31:27 -0400 |
| commit | 6ce4431c7ba7954c4fa6a96ce16ca1b2943e1a83 (patch) | |
| tree | b3e460a7b3a1a4411b3b73afe631855b08ad9127 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | b0e2c9ea5afc769476fd85a6a28cc370ddd44ee8 (diff) | |
drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
The bug is here:
return encoder;
The list iterator value 'encoder' will *always* be set and non-NULL
by drm_for_each_encoder_mask(), so it is incorrect to assume that the
iterator value will be NULL if the list is empty or no element found.
Otherwise it will bypass some NULL checks and lead to invalid memory
access passing the check.
To fix this bug, just return 'encoder' when found, otherwise return
NULL.
Cc: [email protected]
Fixes: 12885ecbfe62d ("drm/nouveau/kms/nvd9-: Add CRC support")
Signed-off-by: Xiaomeng Tong <[email protected]>
Reviewed-by: Lyude Paul <[email protected]>
[Changed commit title]
Signed-off-by: Lyude Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions