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 ESMTP id AF2A0481D7
	for <ffmpegdev@gitmailbox.com>; Wed, 10 Jul 2024 13:51:18 +0000 (UTC)
Received: from [127.0.1.1] (localhost [127.0.0.1])
	by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E3EF68DAD5;
	Wed, 10 Jul 2024 16:51:16 +0300 (EEST)
Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12])
 by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A217D68DA3B
 for <ffmpeg-devel@ffmpeg.org>; Wed, 10 Jul 2024 16:51:09 +0300 (EEST)
Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key;
 unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256
 header.s=mail header.b=GJ2el+KY; dkim-atps=neutral
Received: from localhost (localhost [IPv6:::1])
 by mail0.khirnov.net (Postfix) with ESMTP id 5CA5B240DB7
 for <ffmpeg-devel@ffmpeg.org>; Wed, 10 Jul 2024 15:51:09 +0200 (CEST)
Received: from mail0.khirnov.net ([IPv6:::1])
 by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP
 id q57EZ1E22Dw4 for <ffmpeg-devel@ffmpeg.org>;
 Wed, 10 Jul 2024 15:51:03 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail;
 t=1720619463; bh=PsjJViQutOn/bX5FBhzDykENgUDZaJMyoOk/dFIQBVM=;
 h=Subject:From:To:In-Reply-To:References:Date:From;
 b=GJ2el+KYWUksbwBOzflFqdFfsUL8JPbNrbcdxSN8ri29jHKMVozLv6x4xWltGx5Yw
 TyROL7ltKz6fRrilfPb8YK0wlSXJoUmvTB0YAW2HuiYBqPAQu+JuEZNLfMimw7Zp5K
 XSUyYtGJgh3t2DKX0auL4GBN85FplFuHqmTz1/YxhJq/VJLm/R+6ZJQphBMFzAGuY7
 sGLgoBMA9+PA+1TE9lzSapZMAsP+m8NYuXdmagu+N02QYc/TKY3sGl4VyhLuW4r3L8
 Aqlo9z9uMzadRRfCARntjdJy9+yIEoayFouyQd8uAWbM2QK6viIGZCIsWI6zuowcl/
 JX9gi2heb+Wqw==
Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256
 client-signature RSA-PSS (2048 bits) client-digest SHA256)
 (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK))
 by mail0.khirnov.net (Postfix) with ESMTPS id 590EB240695
 for <ffmpeg-devel@ffmpeg.org>; Wed, 10 Jul 2024 15:51:03 +0200 (CEST)
Received: by lain.khirnov.net (Postfix, from userid 1000)
 id 39FDF1601B9; Wed, 10 Jul 2024 15:51:03 +0200 (CEST)
From: Anton Khirnov <anton@khirnov.net>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
In-Reply-To: <20240710134447.GH4991@pb2>
References: <20240709113626.1836680-1-michael@niedermayer.cc>
 <172053107806.21847.11044848590089039731@lain.khirnov.net>
 <20240709132810.GA4991@pb2>
 <172053807774.21847.8430412564103918732@lain.khirnov.net>
 <20240709220032.GE4991@pb2>
 <172059983713.21847.3731174080920299257@lain.khirnov.net>
 <20240710134447.GH4991@pb2>
Mail-Followup-To: FFmpeg development discussions and patches
 <ffmpeg-devel@ffmpeg.org>
Date: Wed, 10 Jul 2024 15:51:03 +0200
Message-ID: <172061946320.21847.12226005313940119391@lain.khirnov.net>
User-Agent: alot/0.8.1
MIME-Version: 1.0
Subject: Re: [FFmpeg-devel] [PATCH] avutil/imgutils: av_image_check_size2()
 ensure width and height fit in 32bit
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: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: ffmpeg-devel-bounces@ffmpeg.org
Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org>
Archived-At: <https://master.gitmailbox.com/ffmpegdev/172061946320.21847.12226005313940119391@lain.khirnov.net/>
List-Archive: <https://master.gitmailbox.com/ffmpegdev/>
List-Post: <mailto:ffmpegdev@gitmailbox.com>

Quoting Michael Niedermayer (2024-07-10 15:44:47)
> Do you still object to a 32bit check on width and height ?
> If not i intend to apply a patch adding such limits
> If you object i will take this to the TC

In my first reply in this thread I asked for a very simple thing -
justify this commit, as the commit message provided ZERO arguments for
why is this done and what it actually improves.

Instead of answering the question you keep painting ever wordier walls
of text. I'm not reading all that. Just answer the question, in the form
suitable for a commit message.

-- 
Anton Khirnov
_______________________________________________
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".