[FFmpeg-devel] [PATCH] avcodec/svq1: zero initialize entries array

James Almer jamrial at gmail.com
Sun Apr 9 19:39:42 EEST 2017


On 4/9/2017 11:51 AM, Kieran Kunhya wrote:
> On Sun, 9 Apr 2017 at 14:57 James Almer <jamrial at gmail.com> wrote:
> 
>> Fixes valgrind warnings about "Use of uninitialised value of size 8"
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> This probably just silences a bunch of false possitives.
>>
>>  libavcodec/svq1dec.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
> 
> LGTM

Pushed, thanks.


More information about the ffmpeg-devel mailing list