Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: deblock, fix uninitialized values

2024-01-16 Thread Nuo Mi
On Tue, Jan 16, 2024 at 10:38 PM James Almer wrote: > On 1/8/2024 10:00 PM, Nuo Mi wrote: > > > > > > On Sun, Jan 7, 2024 at 12:43 PM Nuo Mi > > wrote: > > > > see > > > https://fate.ffmpeg.org/report.cgi?slot=x86_64-archlinux-gcc-valgrind&time=20240105201935 > <

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: deblock, fix uninitialized values

2024-01-16 Thread James Almer
On 1/8/2024 10:00 PM, Nuo Mi wrote: On Sun, Jan 7, 2024 at 12:43 PM Nuo Mi > wrote: see https://fate.ffmpeg.org/report.cgi?slot=x86_64-archlinux-gcc-valgrind&time=20240105201935

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: deblock, fix uninitialized values

2024-01-08 Thread Nuo Mi
On Sun, Jan 7, 2024 at 12:43 PM Nuo Mi wrote: > see > https://fate.ffmpeg.org/report.cgi?slot=x86_64-archlinux-gcc-valgrind&time=20240105201935 > > If tc is zero, the max_len_q, max_len_p are uninitialized. > > Reported-by: James Almer > Hi James, Could you help try and review this? Thank you >

[FFmpeg-devel] [PATCH 1/2] avcodec/vvcdec: deblock, fix uninitialized values

2024-01-06 Thread Nuo Mi
see https://fate.ffmpeg.org/report.cgi?slot=x86_64-archlinux-gcc-valgrind&time=20240105201935 If tc is zero, the max_len_q, max_len_p are uninitialized. Reported-by: James Almer --- libavcodec/vvc/vvc_filter_template.c | 231 +-- 1 file changed, 114 insertions(+), 117 d