forked from pool/libuv
Accepting request 905118 from home:mcepl:branches:devel:libraries:c_c++
- Add CVE-2021-22918.patch: patch libuv to fix out of bounds read (Medium) (bsc#1187973, CVE-2021-22918) OBS-URL: https://build.opensuse.org/request/show/905118 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=52
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
Index: libuv-v1.39.0/test/test-list.h
|
||||
===================================================================
|
||||
--- libuv-v1.39.0.orig/test/test-list.h
|
||||
+++ libuv-v1.39.0/test/test-list.h
|
||||
---
|
||||
test/test-list.h | 11 -----------
|
||||
1 file changed, 11 deletions(-)
|
||||
|
||||
--- a/test/test-list.h
|
||||
+++ b/test/test-list.h
|
||||
@@ -78,7 +78,6 @@ TEST_DECLARE (tty_pty)
|
||||
TEST_DECLARE (stdio_over_pipes)
|
||||
TEST_DECLARE (stdio_emulate_iocp)
|
||||
@@ -10,7 +12,7 @@ Index: libuv-v1.39.0/test/test-list.h
|
||||
TEST_DECLARE (ipc_heavy_traffic_deadlock_bug)
|
||||
TEST_DECLARE (ipc_listen_before_write)
|
||||
TEST_DECLARE (ipc_listen_after_write)
|
||||
@@ -166,11 +165,7 @@ TEST_DECLARE (udp_send_hang_loop)
|
||||
@@ -167,11 +166,7 @@ TEST_DECLARE (udp_send_hang_loop)
|
||||
TEST_DECLARE (udp_send_immediate)
|
||||
TEST_DECLARE (udp_send_unreachable)
|
||||
TEST_DECLARE (udp_mmsg)
|
||||
@@ -22,7 +24,7 @@ Index: libuv-v1.39.0/test/test-list.h
|
||||
TEST_DECLARE (udp_dgram_too_big)
|
||||
TEST_DECLARE (udp_dual_stack)
|
||||
TEST_DECLARE (udp_ipv6_only)
|
||||
@@ -600,7 +595,6 @@ TASK_LIST_START
|
||||
@@ -604,7 +599,6 @@ TASK_LIST_START
|
||||
TEST_ENTRY (stdio_over_pipes)
|
||||
TEST_ENTRY (stdio_emulate_iocp)
|
||||
TEST_ENTRY (ip6_pton)
|
||||
@@ -30,7 +32,7 @@ Index: libuv-v1.39.0/test/test-list.h
|
||||
TEST_ENTRY (ipc_heavy_traffic_deadlock_bug)
|
||||
TEST_ENTRY (ipc_listen_before_write)
|
||||
TEST_ENTRY (ipc_listen_after_write)
|
||||
@@ -731,10 +725,6 @@ TASK_LIST_START
|
||||
@@ -741,10 +735,6 @@ TASK_LIST_START
|
||||
TEST_ENTRY (udp_options6)
|
||||
TEST_ENTRY (udp_no_autobind)
|
||||
TEST_ENTRY (udp_mmsg)
|
||||
@@ -41,7 +43,7 @@ Index: libuv-v1.39.0/test/test-list.h
|
||||
TEST_ENTRY (udp_multicast_ttl)
|
||||
TEST_ENTRY (udp_sendmmsg_error)
|
||||
TEST_ENTRY (udp_try_send)
|
||||
@@ -872,7 +862,6 @@ TASK_LIST_START
|
||||
@@ -882,7 +872,6 @@ TASK_LIST_START
|
||||
|
||||
TEST_ENTRY (getnameinfo_basic_ip4)
|
||||
TEST_ENTRY (getnameinfo_basic_ip4_sync)
|
||||
|
Reference in New Issue
Block a user