[FFmpeg-devel] [PATCH] dict.c: use av_mallocz instead of av_realloc

Paweł Hajdan phajdan at google.com
Tue Jan 29 13:01:44 CET 2013


Please refer to linked discussion
http://ffmpeg.org/pipermail/ffmpeg-devel/2013-January/137234.html . Let me
know if you still have questions after reading it.


On Tue, Jan 29, 2013 at 12:50 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Paweł Hajdan, Jr <phajdan <at> google.com> writes:
>
> > Memory passed to av_realloc must come from malloc,
> > calloc or realloc, and not e.g. memalign. realloc(3):
>
> Sorry if I missed something, but is there a platform
> where this is an issue?
> (Either an actual or a theoretical?)
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list