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 27EB043896 for ; Sat, 2 Jul 2022 13:27:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 78DC168B7F8; Sat, 2 Jul 2022 16:27:11 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BFC3F68B6A1 for ; Sat, 2 Jul 2022 16:27:04 +0300 (EEST) Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout02.mail.de (Postfix) with ESMTP id 69F1AA0E31 for ; Sat, 2 Jul 2022 15:27:04 +0200 (CEST) Received: from smtp04.mail.de (smtp04.bt.mail.de [10.0.121.214]) by postfix03.mail.de (Postfix) with ESMTP id 5050F801A9 for ; Sat, 2 Jul 2022 15:27:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1656768424; bh=SBpDt9H2UaEO3nTNzdcfXxxix1/rU2IL6coCGTlo1ok=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=2aNHt1zt60cB0jqn7/m4IHaxqnODcXjmGUI1IQD2ZnWKUDi6PRkJF3QIWJ+AglLz2 ejOsvqDOL6pyGdDruCiLXuww5V2rSdEwvAXLTn6Iw3C7IBl++yi0yMNHaplpqbUHho EqBfLKg4SLsCdnmufcqsCvURsSlVPWkqo5x+PlXxUTByk1w+1gWrV/OYeNOijAqeHd mmhrWNbRuq1lucci8XorOidF6GhXpOTdlJOhpzHmP6N/8syg50d82Yu5F4EOWcfcwr P9kNG6V+y4Klm645yY3VHCCt/s9QUWufO7o+ZMJ073GOa83nY20Xy3JtoAFfCFs+1R 1EPyShH7V9h5w== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp04.mail.de (Postfix) with ESMTPSA id 204B0C0032 for ; Sat, 2 Jul 2022 15:27:04 +0200 (CEST) Message-ID: <9ee5a686-3f5b-9204-7d15-149956b58a22@mail.de> Date: Sat, 2 Jul 2022 15:27:03 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220702122250.23065-1-michael@niedermayer.cc> From: Thilo Borgmann In-Reply-To: <20220702122250.23065-1-michael@niedermayer.cc> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 450 X-purgate-ID: 154282::1656768424-000016C9-7883C0E0/0/0 Subject: Re: [FFmpeg-devel] [PATCH 1/3] avcodec/alsdec: No channels cannot be accessed 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 02.07.22 um 14:22 schrieb Michael Niedermayer: > Fixes: out of array access > Fixes: 48145/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ALS_fuzzer-5054524173189120 > > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/alsdec.c | 3 +++ > 1 file changed, 3 insertions(+) LGTM Thanks, Thilo _______________________________________________ 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".