1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavfilter
Tsutomu Seki 9b445663a5 avfilter/opencl: Fix program_opencl for source code larger than 64kB
The condition (pos < len) is always true and the
rest of the OpenCL program code would not be read, while
the maximum number of "rb" is "len - pos - 1", and then, the
maximum number of the "pos" is "len - 1".

Fixes: trac.ffmpeg.org/ticket/9217
2021-10-16 12:17:23 +02:00
..
2021-04-19 14:34:10 +02:00
2020-02-14 09:59:27 +01:00
2021-10-09 13:21:17 +02:00
2021-01-17 12:06:01 +01:00
2021-01-17 12:06:01 +01:00
2021-09-30 01:22:48 +02:00
2021-07-22 14:47:57 +02:00
2021-09-19 04:07:48 +02:00
2021-10-02 18:49:40 +02:00
2021-09-19 04:26:00 +02:00
2021-10-13 19:09:21 +02:00
2021-04-11 23:18:20 +08:00
2021-09-19 04:26:07 +02:00
2020-02-04 18:28:04 +01:00
2021-10-16 11:39:15 +02:00
2021-10-10 12:04:30 +02:00