[FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access

2020-07-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Wed Sep 18 05:25:58 2019 +0200| [41fba5d5a0331573087a93ac7bbd5c28c547bc17] | committer: Andreas Rheinhardt avcodec/cbs_h2645: Fix potential out-of-bounds array access The maximum allowed index for an array access is FF_ARRAY_ELEMS - 1; yet th

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access

2020-07-01 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.1 | Andreas Rheinhardt | Wed Sep 18 05:25:58 2019 +0200| [946d2893a918b8e4178c7623c1e224ea87d23654] | committer: Andreas Rheinhardt avcodec/cbs_h2645: Fix potential out-of-bounds array access The maximum allowed index for an array access is FF_ARRAY_ELEMS - 1; yet th

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access

2020-05-19 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Wed Sep 18 05:25:58 2019 +0200| [ca04589371f9240be31be6323dfec095492ea22e] | committer: Andreas Rheinhardt avcodec/cbs_h2645: Fix potential out-of-bounds array access The maximum allowed index for an array access is FF_ARRAY_ELEMS - 1; yet th

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access

2019-09-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 18 05:25:58 2019 +0200| [fc3c67e8825a4468120bb8aa0943c72c03f3] | committer: Mark Thompson avcodec/cbs_h2645: Fix potential out-of-bounds array access The maximum allowed index for an array access is FF_ARRAY_ELEMS - 1; yet the current