Message ID | 20240124101404.161655-1-kovalev@altlinux.org (mailing list archive) |
---|---|
Headers | show
Received: from air.basealt.ru (air.basealt.ru [194.107.17.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 08ED91946C; Wed, 24 Jan 2024 10:21:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.107.17.39 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706091692; cv=none; b=RfjOFRZgUEkHGCuS72c0ATbskVQVwcCX6zvLcGzEDPJ0hmTqdYl0Z2t4fgzbYJCReXc2PL/ac6xmvia4Jk/IPYxJ4oHvZleiguMgpI9mbZuAYuaP75oTb5HbRETIunCyNzJm52PiMcHbkmJtPXITMBEU2W/2WP0Nof3wsO2QyuI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706091692; c=relaxed/simple; bh=bDprGcz0BIaAQtzuALjUGF/CetuZH9nZ3BLgiFNzbRw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=ZvwCRYcmR8e4hOjOfmbDKTAgMdtv/lPQvozeFBxJeIaKfECSRf0HDesTLR02aTH3MiQ5qdcL056vIon1EHqcq/33oyF3MRfkh0lm5izzJZ+hreb53vgI/wKWpJfM9RVqJTLht5jc6vigJC/zGJoq5HUh6sAo5RKXl+s1K8psyLU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=194.107.17.39 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: by air.basealt.ru (Postfix, from userid 490) id 175082F20241; Wed, 24 Jan 2024 10:14:32 +0000 (UTC) X-Spam-Level: Received: from altlinux.malta.altlinux.ru (obninsk.basealt.ru [217.15.195.17]) by air.basealt.ru (Postfix) with ESMTPSA id 3234E2F20226; Wed, 24 Jan 2024 10:14:28 +0000 (UTC) From: kovalev@altlinux.org To: pablo@netfilter.org, laforge@gnumonks.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, osmocom-net-gprs@lists.osmocom.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kovalev@altlinux.org, nickel@altlinux.org, oficerovas@altlinux.org, dutyrok@altlinux.org Subject: [PATCH 0/1] gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp() Date: Wed, 24 Jan 2024 13:14:03 +0300 Message-Id: <20240124101404.161655-1-kovalev@altlinux.org> X-Mailer: git-send-email 2.33.8 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
|
expand
|