diff options
| author | Zhipeng Lu <[email protected]> | 2024-01-18 16:13:00 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2024-04-11 15:40:28 +0200 |
| commit | 3b621e9e9e148c0928ab109ac3d4b81487469acb (patch) | |
| tree | 7bef407e82e0be726e144d815dccfd49d0aa5787 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 1e1e504eeaea184ab1ca731131cbd8d614d08479 (diff) | |
media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
The allocation failure of mycs->yuv_scaler_binary in load_video_binaries()
is followed with a dereference of mycs->yuv_scaler_binary after the
following call chain:
sh_css_pipe_load_binaries()
|-> load_video_binaries(mycs->yuv_scaler_binary == NULL)
|
|-> sh_css_pipe_unload_binaries()
|-> unload_video_binaries()
In unload_video_binaries(), it calls to ia_css_binary_unload with argument
&pipe->pipe_settings.video.yuv_scaler_binary[i], which refers to the
same memory slot as mycs->yuv_scaler_binary. Thus, a null-pointer
dereference is triggered.
Link: https://lore.kernel.org/r/[email protected]
Fixes: a49d25364dfb ("staging/atomisp: Add support for the Intel IPU v2")
Signed-off-by: Zhipeng Lu <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions