From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id B211243DCB for ; Sat, 10 Sep 2022 16:04:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF89768BB1F; Sat, 10 Sep 2022 19:04:19 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4CD3768B95F for ; Sat, 10 Sep 2022 19:04:13 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 598C9240008 for ; Sat, 10 Sep 2022 16:04:11 +0000 (UTC) Date: Sat, 10 Sep 2022 18:04:11 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220910160411.GJ2088045@pb2> References: <20220908224458.23450-1-michael@niedermayer.cc> <20220908224458.23450-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/2] libavformat/hls: Free keys X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8934216755671784188==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8934216755671784188== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="n46tNtduvSxuckhl" Content-Disposition: inline --n46tNtduvSxuckhl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 09, 2022 at 11:21:38AM +0800, Steven Liu wrote: > Michael Niedermayer =E4=BA=8E2022=E5=B9=B49=E6= =9C=889=E6=97=A5=E5=91=A8=E4=BA=94 06:45=E5=86=99=E9=81=93=EF=BC=9A > > > > Fixes: memleak > > Fixes: 50703/clusterfuzz-testcase-minimized-ffmpeg_dem_HLS_fuzzer-63990= 58578636800 > > > > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz= /tree/master/projects/ffmpeg > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/hls.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavformat/hls.c b/libavformat/hls.c > > index 3dc7bd39309..e622425e801 100644 > > --- a/libavformat/hls.c > > +++ b/libavformat/hls.c > > @@ -250,6 +250,7 @@ static void free_init_section_list(struct playlist = *pls) > > { > > int i; > > for (i =3D 0; i < pls->n_init_sections; i++) { > > + av_freep(&pls->init_sections[i]->key); > > av_freep(&pls->init_sections[i]->url); > > av_freep(&pls->init_sections[i]); > > } > > -- > > 2.17.1 > > > > _______________________________________________ > > ffmpeg-devel mailing list > > ffmpeg-devel@ffmpeg.org > > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > > > To unsubscribe, visit link above, or email > > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". >=20 > lgtm will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. --n46tNtduvSxuckhl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYxy1dwAKCRBhHseHBAsP q/45AJoCm+U7Y0cuSDfRz/0+7om9ynx7pQCgk412/Zasw7IDIrGxppQl4elrrkI= =nFEh -----END PGP SIGNATURE----- --n46tNtduvSxuckhl-- --===============8934216755671784188== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8934216755671784188==--