From 0626a1954a790f584ecf3757a9e03f9d135fe413 Mon Sep 17 00:00:00 2001 From: Marko Altmann Date: Fri, 23 Feb 2024 10:24:31 +0100 Subject: [PATCH] Fix syntax error in CVE-2023-41419.patch --- .../recipes-devtools/python/python3-gevent/CVE-2023-41419.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch b/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch index c92ba876a8b..300f37cc324 100644 --- a/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch +++ b/meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch @@ -356,7 +356,7 @@ index 0ebe095..078398a 100644 + # we can't be sure we can synchronize and properly parse the next + # request. + raise -+ except socket.error ++ except socket.error: + # Don't let socket exceptions during discarding # input override any exception that may have been # raised by the application, such as our own _InvalidClientInput.