On 06/07/14 07:24, Andrew Kelley wrote:
> This fixes a segmentation fault because request_frame in fifo.c assumes
> that the call to ff_request_frame will populate fifo->root.next.
> Before, it was possible for request_frame in af_compand to not do this,
> resulting in a null pointer access. Now, request_frame in af_compand
> always will return at least one frame or an error, as per the API
> specifications in avfilter.h for request_frame.
> ---
>  libavfilter/af_compand.c | 18 +++++++++++++++---
>  1 file changed, 15 insertions(+), 3 deletions(-)
> 

Makes sense to backport to release/10.

lu

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to