[FFmpeg-devel] [PATCH 1/5] avcodec/utvideodec: fix leaks in decode_plane() and decode_plane10()

Lidong Yan yldhome2d2 at gmail.com
Mon Jun 30 04:23:38 EEST 2025


Michael Niedermayer <michael at niedermayer.cc> writes:

> This is not correct
>
> build_huff() does not set these when fsym >= 0
>
> your patch runs free() on random uninitialized variables
>
> before submitting memleak fixes, please verify that
> 1. there is actually a leak
> 2. your patch does not introduce a new anomaly
>

Got it, I will be more careful.

Thanks for your review,
Lidong


More information about the ffmpeg-devel mailing list