[FFmpeg-devel] [PATCH] Do not ask developers to use deprecated libs
Benoit Fouet
benoit.fouet
Tue Mar 10 21:00:18 CET 2009
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;
> }
>
>
hunting an invalid read access ? :)
Ben
More information about the ffmpeg-devel
mailing list