Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264694

Category ffmpeg
Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
Changed at Thu 16 Apr 2026 20:56:22
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 369dbbe488f526bce8ebb1c3717f61defd8d921b

Comments

swscale/ops_memcpy: guard exec->in_stride[-1] access
When use_loop == true and idx < 0, we would incorrectly check
in_stride[idx], which is OOB read. Reorder conditions to avoid that.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

Changed files