]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: add back Co-authored-by in CVE-2026-11972 patch
authorBenjamin Robin <benjamin.robin@bootlin.com>
Fri, 10 Jul 2026 07:48:13 +0000 (09:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Jul 2026 08:48:12 +0000 (09:48 +0100)
It had been deleted by mistake due to a lack of knowledge regarding how
to handle it.

Signed-off-by: Benjamin Robin (Schneider Electric) <benjamin.robin@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/CVE-2026-11972.patch

index 7dc9c6697112c8865fe0361bcb47ac6b6640b97d..12a79754febdc7fff38975d4769e6e560b7404a5 100644 (file)
@@ -4,6 +4,8 @@ Date: Tue, 23 Jun 2026 15:13:30 +0200
 Subject: [PATCH 2/2] gh-151981: Make tarfile._Stream.seek break at EOF
  (GH-151982)
 
+Co-authored-by: Stan Ulbrych <stan@python.org>
+
 CVE: CVE-2026-11972
 Upstream-Status: Backport [https://github.com/python/cpython/commit/f50bf13566189c8d0ce5a814f33eff3d89951896]