Projects
openEuler:24.03:SP1:Everything
libuv
_service:tar_scm:backport-0003-CVE-2024-24806.p...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:backport-0003-CVE-2024-24806.patch of Package libuv
From e0327e1d508b8207c9150b6e582f0adf26213c39 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno <santiago.gimeno@gmail.com> Date: Wed, 7 Feb 2024 20:27:58 +0100 Subject: [PATCH] test: empty strings are not valid IDNA Fixes: https://github.com/libuv/libuv/security/advisories/GHSA-f74f-cvh7-c6q6 --- test/test-idna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-idna.c b/test/test-idna.c index 3c4820f7659..28f9eaaae9e 100644 --- a/test/test-idna.c +++ b/test/test-idna.c @@ -151,8 +151,8 @@ TEST_IMPL(idna_toascii) { /* Illegal inputs. */ F("\xC0\x80\xC1\x80", UV_EINVAL); /* Overlong UTF-8 sequence. */ F("\xC0\x80\xC1\x80.com", UV_EINVAL); /* Overlong UTF-8 sequence. */ + F("", UV_EINVAL); /* No conversion. */ - T("", ""); T(".", "."); T(".com", ".com"); T("example", "example");
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2