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 9B5314CB64 for ; Wed, 14 Aug 2024 15:08:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4D80568DB7B; Wed, 14 Aug 2024 18:08:33 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7A7C468DB5C for ; Wed, 14 Aug 2024 18:08:26 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id D3E0CE0008 for ; Wed, 14 Aug 2024 15:08:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1723648106; 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=U4cs30EI8MhID1xHRT4TchQIgP8J//l0kKv/+TeWFEs=; b=U9V9spbL/0rRcSZcZguwoQb3mm7oX8Yf88Bv9s8SOoh/9AgDjeJEl55l1Y3NUCW792WcY6 ErRo6eHuEGzqsnnBFpIdbrlOPShtZ2kJdlhpjpdsR4iF5nbI1xl5ftIkgLe0YQB56qkCEl xLw9CwSdLK4lTI0F0lQxUiJQqwyYDbNewPxN7MTfnAxMJ/rfZaFEWpW4NpluWdY+Byg4gf oTmuucUNXSbWL6HIM+rsL8Ga2yJlxBbWT9KZgyR3/lwa3vLVce4KdCTC41s0uaGZZI3ljw iYjMBeddvWqGicBP67zDVC6ARnprKm5z4R0OsmV6320uZN/uzB2EiHIIVSee1w== Date: Wed, 14 Aug 2024 17:08:25 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240814150825.GU4991@pb2> References: <20240804142315.1430389-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240804142315.1430389-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] bsf/media100_to_mjpegb: Clear output buffer padding 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="===============3413454454543815485==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3413454454543815485== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="EPoI9fLY57cya5O7" Content-Disposition: inline --EPoI9fLY57cya5O7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 04, 2024 at 04:23:12PM +0200, Michael Niedermayer wrote: > Fixes: use-of-uninitialized-value > Fixes: 70855/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MEDIA100_f= uzzer-5537446610141184 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/bsf/media100_to_mjpegb.c | 1 + > 1 file changed, 1 insertion(+) will apply the remaining 2 patches of this set [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Any man who breaks a law that conscience tells him is unjust and willingly= =20 accepts the penalty by staying in jail in order to arouse the conscience of= =20 the community on the injustice of the law is at that moment expressing the= =20 very highest respect for law. - Martin Luther King Jr --EPoI9fLY57cya5O7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZrzIaAAKCRBhHseHBAsP q5zSAJ9h4vRiX8bPUSXIjBz/UHDDCqpl+QCcCXHMh5WKV06yLo53OuTvtjxOl1M= =sHMd -----END PGP SIGNATURE----- --EPoI9fLY57cya5O7-- --===============3413454454543815485== 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". --===============3413454454543815485==--