diff options
author | Tsutomu Seki <sekiriki@gmail.com> | 2021-05-06 14:13:15 +0900 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-16 12:17:23 +0200 |
commit | 9b445663a544b777f1470692a9fa64f2d481efa4 (patch) | |
tree | 1e28b53472e3acf97573a31fed8d4e3287d04cd7 /.gitignore | |
parent | 5bcc61ce87922ecccaaa0bd303a7e195929859a8 (diff) | |
download | ffmpeg-9b445663a544b777f1470692a9fa64f2d481efa4.tar.gz |
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
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions