On Mon, Feb 10, 2020 at 12:03:09AM +0530, gautamr...@gmail.com wrote:
> From: Gautam Ramakrishnan <gautamr...@gmail.com>
> 
> Bug #8255 points out a double free error in libwscale/utils.c file.
> The double free is because the pointer to cascaded_context of an
> sw_context is not set to NULL after freeing it. When the sw_context
> is later freed, sws_freeContext is called on the cascaded_context,
> causing a double free.
> ---
>  libswscale/utils.c | 1 +
>  1 file changed, 1 insertion(+)

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch

Attachment: signature.asc
Description: PGP signature

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

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to