From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <ffmpeg-devel-bounces@ffmpeg.org> Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 395524C2EB for <ffmpegdev@gitmailbox.com>; Wed, 2 Apr 2025 21:24:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 79ABA687DF4; Thu, 3 Apr 2025 00:24:54 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A7223687DF4 for <ffmpeg-devel@ffmpeg.org>; Thu, 3 Apr 2025 00:24:47 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 14431443E9 for <ffmpeg-devel@ffmpeg.org>; Wed, 2 Apr 2025 21:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1743629087; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bS55+b6OWP9DP2LzqrVY4jgJL5k6HbIw4Z9lKJ3pj78=; b=LsH5RM6MnceiSRdALLhUD993k9M+e9VOtI5cexuGPUiM7QGTyKJz9V6QtBjxltcpGBqldy CsQ+bULqKKfZbouzNHpdWkbflPk3p4hWjdg5JRCEBXx9Al3LWU7zsJ/BTP9mAmrkmqTQ6+ 1d87ApDCX+i+GyG1O9mCiQC0h44VQqp9o3mD7kj9y0NpN/K9e1srHWrw9b1lwFksIQRBAD iJSN96oU+eMlSE+8AntTtDIcKshNSSc1MCRduhLhSA/f1nQJ6mSszQDMw7bBAtHDO9SDQs gSaVXOHWJODPd9Kgt/DQ7xDRey5l4fTGYWxajEu+3du00eYfduIKFCL4WIlX2w== Date: Wed, 2 Apr 2025 23:24:46 +0200 From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Message-ID: <20250402212446.GK4991@pb2> References: <20250401233630.990-1-kasper93@gmail.com> MIME-Version: 1.0 In-Reply-To: <20250401233630.990-1-kasper93@gmail.com> X-GND-State: clean X-GND-Score: -85 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddukeeijeefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuifetpfffkfdpucggtfgfnhhsuhgsshgtrhhisggvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenfghrlhcuvffnffculdduhedmnecujfgurhepfffhvffukfhfgggtuggjsehgtderredttdejnecuhfhrohhmpefoihgthhgrvghlucfpihgvuggvrhhmrgihvghruceomhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtqeenucggtffrrghtthgvrhhnpeelkeeggfffiedufeejueffjeduhedttdduledtheevveevtdeiueelhfdtuedtkeenucfkphepgedurdeiiedrieejrdduudefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepgedurdeiiedrieejrdduudefpdhhvghloheplhhotggrlhhhohhsthdpmhgrihhlfhhrohhmpehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgdpnhgspghrtghpthhtohepuddprhgtphhtthhopehffhhmphgvghdquggvvhgvlhesfhhfmhhpvghgrdhorhhg X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org> List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe> List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel> List-Post: <mailto:ffmpeg-devel@ffmpeg.org> List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help> List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>, <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe> Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Content-Type: multipart/mixed; boundary="===============7154772504373082847==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org> Archived-At: <https://master.gitmailbox.com/ffmpegdev/20250402212446.GK4991@pb2/> List-Archive: <https://master.gitmailbox.com/ffmpegdev/> List-Post: <mailto:ffmpegdev@gitmailbox.com> --===============7154772504373082847== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rMULu3e6+zx8TFeS" Content-Disposition: inline --rMULu3e6+zx8TFeS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 02, 2025 at 01:36:30AM +0200, Kacper Michaj=C5=82ow wrote: > Signed-off-by: Kacper Michaj=C5=82ow <kasper93@gmail.com> > --- > tools/target_swr_fuzzer.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope --rMULu3e6+zx8TFeS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ+2rHgAKCRBhHseHBAsP q45JAJ9Ux1ux0Tpv2IVMH/JyUqXlxAgV+wCeO+WSE96aZMNbhVUgZ/HUhukSNU0= =InUW -----END PGP SIGNATURE----- --rMULu3e6+zx8TFeS-- --===============7154772504373082847== 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". --===============7154772504373082847==--