From: Jérémy Lal Date: Mon, 3 Jun 2024 11:36:41 +0000 (+0200) Subject: using shared libuv cannot guarantee io_uring is disabled X-Git-Tag: archive/raspbian/20.14.0+dfsg-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=06c78779b4d1d8368b17d4a9c8466673999d0e35;p=nodejs.git using shared libuv cannot guarantee io_uring is disabled Forwarded: not-needed This is CVE-2024-22017 Gbp-Pq: Topic deps Gbp-Pq: Name uv_io_uring_tests.patch --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 18919081f..d4631ca3b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -12,6 +12,11 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY # https://github.com/nodejs/node/issues/52630 test-error-serdes: PASS, FLAKY +test-process-uid-gid : FAIL +test-process-initgroups : FAIL +test-process-setgroups : FAIL +test-process-euid-egid : FAIL + test-process-config : PASS,FLAKY test-regress-GH-746 : PASS,FLAKY test-stdout-close-unref : PASS,FLAKY