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 ESMTPS id 4CFB4405A6 for ; Fri, 17 Jan 2025 22:30:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2C12E68B745; Sat, 18 Jan 2025 00:30:24 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5643B68B1B4 for ; Sat, 18 Jan 2025 00:30:18 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9F34320005 for ; Fri, 17 Jan 2025 22:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1737153017; 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=ZgRR3WNCQ+yR5ACVbyXDnnql4Qtr6W/NCrtYVHV0+cM=; b=c2OwmuwRH5pkiT3PB+DBa8rUpimkDTkg7uuRKHekK8H9nW0u2tN9PEvC3x/xEmQ+DvTwOU ikzYLyYfhuPU4ahFADx4oIpREJimmBB9qdD/vUOGJWHZlMXmCdWbd7lgOWTBPhABuC5aLt p9Bl22YGm9sODxdOCKiE79izod5dP5U/HHri+QF1x1H0rMreW5FJzdsZ9IA2woT0ZiKC6m laK1D1gxcsaO7u/zFu7+sBBhI+AnEpNf/Bgxi+V7MIugNVLxQ4kxe9O7uirmgdVKijf6Th BtMCa3aAL4I7YANBKOUd7DO+xbuCzbXIm2Omlpd4LoO4I07JpkZ6g65EW8cgWQ== Date: Fri, 17 Jan 2025 23:30:16 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250117223016.GR4991@pb2> References: <20250115033047.325275-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20250115033047.325275-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avutil/avstring: dont mess with NULL pointers in av_match_list() 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="===============2142562781216289475==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2142562781216289475== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="W7nf22/BX6L+VPK/" Content-Disposition: inline --W7nf22/BX6L+VPK/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 15, 2025 at 04:30:47AM +0100, Michael Niedermayer wrote: > Fixes: applying zero offset to null pointer >=20 > Signed-off-by: Michael Niedermayer > --- > libavutil/avstring.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No great genius has ever existed without some touch of madness. -- Aristotle --W7nf22/BX6L+VPK/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ4rZ+AAKCRBhHseHBAsP qwkuAJ95VhupeVcsj9HQz4NolGRO7rj3hQCfWyIojqizIfNfPWh2m/jT0YxQwKY= =aLTD -----END PGP SIGNATURE----- --W7nf22/BX6L+VPK/-- --===============2142562781216289475== 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". --===============2142562781216289475==--