mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-13 07:47:55 +01:00
This patch avoids a read past the end of the input buffer in memcpy since the size of the received zmq message is recv_buf_size - 1. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>