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 EA323494CB for ; Mon, 13 May 2024 05:15:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A643C68D40C; Mon, 13 May 2024 08:15:36 +0300 (EEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0CF9D68D38D for ; Mon, 13 May 2024 08:15:29 +0300 (EEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-6f453d2c5a1so3282930b3a.2 for ; Sun, 12 May 2024 22:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ob-encoder-com.20230601.gappssmtp.com; s=20230601; t=1715577327; x=1716182127; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=o5YEnL3d0kWbVYqS3+2SvbCOQjzUcbL3rVe9V0H8iLg=; b=oyfndcerA86B3XMPuK1BiEffqny9hFrGQElTLln/dO3JEVA91x1cGA9e06yCQQY5he tuq70fuxlG1ch2ud9pKkZZ4txPEd4Tlz4YssDjnh7+uHL9ttOhA+1FzUE1bSLkBbq04I rzj7sSv/EvaoiFogx4Xs7epvSDxLvCrDZmq9h4or/g/4oRDipIyhCs81AxK+qo1VariB 3kZTv5D0xZXMPS8c6JVvucokoN94Z330EIw3yWSDRQ4TPfsizQRApWDTP53/OJRB4qc+ sxjRUPP1K8CBPKyI+F19w5D3OryzbmMY02chpAD8xFqOZFg8u2ZzJKmce2I9fCRWtSgM UujA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715577327; x=1716182127; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=o5YEnL3d0kWbVYqS3+2SvbCOQjzUcbL3rVe9V0H8iLg=; b=oqQn0+8kYWN1jrWhBKSnHO+yN9pUzUjQfJn7IZ6my1xhdZ08rSm24Df7LKU2a+3fyc 9WeUguL947Cay/rXQqiHAthNfadGk6d1rU1mzXCEKQd8BIox3qyRTFELIWQTkotuOpai 4y2ZMS8A6UYyMv/15ZYQgn18zPo2lpEpSlqLrX9182IlbSZROjx5ISqn0tFywvUCEAj0 ZhgUwkcTqASkg0fsmyCYj6ORJjkgnaZlqaJ4OtKR61BkLag3BkU5I+PtyLpzEuvZ46pB uqyZ65IsDoV8/DCdA+SAiuyxTYe3g2h4C9A6tzfn9LdxIvka1plN4qrm7t1PD865+D5G 7STA== X-Gm-Message-State: AOJu0YwHgfz6921uU65e8+7yS+e2FpWFmQTlja1fS2eCihivB88bnF28 8jUL2wsg/7PocZ0ThtfxWtVC+f77CSChP5X2b1QutzV5MAhLovB/MdYz122Nd95tKdyQ9TMr/Dx hmbU4esjcseHadeP3IM8tIyEMZfp/D7L5LOWOR3hvPqu9WpOOgCY= X-Google-Smtp-Source: AGHT+IE2oqe/pZVzngef2hQ9VJgbaTSR9aaRsAA3N0b9mXsyzuDHSijZLCeDgF2T39Zbd/wOTlilbSwlusYSEyDBrpE= X-Received: by 2002:a05:6a20:da83:b0:1a9:c28e:bc17 with SMTP id adf61e73a8af0-1afde1b6f8dmr10875613637.45.1715577326924; Sun, 12 May 2024 22:15:26 -0700 (PDT) MIME-Version: 1.0 References: <20240506012307.807589-1-michael@niedermayer.cc> <20240513013154.GZ6420@pb2> In-Reply-To: <20240513013154.GZ6420@pb2> From: Kieran Kunhya Date: Mon, 13 May 2024 06:15:16 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/h264_slice: Remove dead sps check 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Mon, 13 May 2024, 02:32 Michael Niedermayer, wrote: > On Mon, May 06, 2024 at 03:23:07AM +0200, Michael Niedermayer wrote: > > Fixes: CID1439574 Dereference after null check > > > > Sponsored-by: Sovereign Tech Fund > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/h264_slice.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > will apply > I don't understand what this fixes > _______________________________________________ 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".