summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-24 13:04:47 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-27 11:17:48 +0100
commit8c59686618d7734d1cce0d2489022575970dd372 (patch)
treefc15a560984fe1b985b3f1e28b9aebe851eec139 /meta-python/recipes-devtools/python
parent5c7400ca760ff32b2c7b1ca939e5a68e7b4411c9 (diff)
downloadmeta-openembedded-8c59686618d7734d1cce0d2489022575970dd372.tar.gz
python3-gevent: fix syntax error in cve patch
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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.