[FFmpeg-devel] [PATCH] Do not ask developers to use deprecated libs
Vitor Sessak
vitor1001
Tue Mar 10 21:05:31 CET 2009
Benoit Fouet wrote:
> Vitor Sessak wrote :
>> $subj
>>
>> -Vitor
>> ------------------------------------------------------------------------
>>
>> Index: libavutil/mem.c
>> ===================================================================
>> --- libavutil/mem.c (revision 16968)
>> +++ libavutil/mem.c (working copy)
>> @@ -95,6 +95,7 @@
>> #else
>> ptr = malloc(size);
>> #endif
>> + memset(ptr, 0xFF, size);
>> return ptr;
>> }
Wow, 100l...
> hunting an invalid read access ? :)
Trying to see if a valgrind warning is a bug... It's all at
https://roundup.ffmpeg.org/roundup/ffmpeg/issue888 .
-Vitor
More information about the ffmpeg-devel
mailing list