6 Star 2 Fork 26

OpenHarmony/third_party_cups

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ohos-verify-backend.patch 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
包泽伟 提交于 2025-02-15 10:10 +08:00 . 上报vidpid Signed-off-by:baozewei@huawei.com
diff --git a/cups/http-support.c b/cups/http-support.c
index 3d12087..bb94285 100644
--- a/cups/http-support.c
+++ b/cups/http-support.c
@@ -1028,7 +1028,7 @@ httpSeparateURI(
*uri && *uri != ':' && ptr < end;)
if (strchr("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz"
- "0123456789-+.", *uri) != NULL)
+ "0123456789-+._", *uri) != NULL)
*ptr++ = *uri++;
else
break;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_cups.git
git@gitee.com:openharmony/third_party_cups.git
openharmony
third_party_cups
third_party_cups
master

搜索帮助