summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gevent
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gevent')
-rw-r--r--meta-python/recipes-devtools/python/python3-gevent/CVE-2023-41419.patch2
1 files changed, 1 insertions, 1 deletions
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 c92ba876a8..300f37cc32 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
356+ # we can't be sure we can synchronize and properly parse the next 356+ # we can't be sure we can synchronize and properly parse the next
357+ # request. 357+ # request.
358+ raise 358+ raise
359+ except socket.error 359+ except socket.error:
360+ # Don't let socket exceptions during discarding 360+ # Don't let socket exceptions during discarding
361 # input override any exception that may have been 361 # input override any exception that may have been
362 # raised by the application, such as our own _InvalidClientInput. 362 # raised by the application, such as our own _InvalidClientInput.