Searched hist:"73 a4385c6947df393ffb4bcdf84eef1294057d0c" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-lens.c | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
H A D | vimc-common.h | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
H A D | vimc-debayer.c | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
H A D | vimc-capture.c | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
H A D | vimc-scaler.c | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|
H A D | vimc-sensor.c | diff 73a4385c6947df393ffb4bcdf84eef1294057d0c Thu Apr 25 01:57:34 CEST 2024 Laurent Pinchart <laurent.pinchart@ideasonboard.com> media: vimc: Constify vimc_ent_type structures
The vimc_ent_type structure contains static pointers to functions, and no other information that need to be modified after initialization. Make them const to avoid the risk of arbitrary code execution following an overflow that would overwrite the structure's contents.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
|