Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Musl
提交
fd8eb69a
T
Third Party Musl
项目概览
OpenHarmony
/
Third Party Musl
1 年多 前同步成功
通知
37
Star
125
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Musl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
fd8eb69a
编写于
3月 16, 2023
作者:
O
openharmony_ci
提交者:
Gitee
3月 16, 2023
浏览文件
操作
浏览文件
下载
差异文件
!852 【Release】code check
Merge pull request !852 from liyufan/OpenHarmony-3.2-Release
上级
95cee741
ad9daedf
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
4 addition
and
4 deletion
+4
-4
porting/linux/user/src/hook/musl_socket_preinit.c
porting/linux/user/src/hook/musl_socket_preinit.c
+4
-4
未找到文件。
porting/linux/user/src/hook/musl_socket_preinit.c
浏览文件 @
fd8eb69a
...
...
@@ -38,7 +38,7 @@ static void clear_socket_function()
static
void
socket_finalize
()
{
((
finalize_func_type
)
shared_lib_func
[
FINALIZE_FUNC
])();
__current_dispatch
=
NULL
;
__current_dispatch
=
0
;
__socket_hook_begin_flag
=
false
;
// Don't dlclose because hidumper crash
}
...
...
@@ -51,7 +51,7 @@ static bool finish_install_ohos_socket_hooks(const char* options)
return
false
;
}
int
ret_value
=
atexit
(
socket_finalize
);
atexit
(
socket_finalize
);
return
true
;
}
...
...
@@ -106,7 +106,7 @@ static void install_ohos_socket_hook()
return
;
}
__current_dispatch
=
NULL
;
__current_dispatch
=
0
;
shared_library_handle
=
load_socket_hook_shared_library
();
if
(
shared_library_handle
==
NULL
)
{
return
;
...
...
@@ -116,7 +116,7 @@ static void install_ohos_socket_hook()
__ohos_socket_hook_shared_library
=
(
long
long
)
shared_library_handle
;
__current_dispatch
=
(
long
long
)(
&
__musl_libc_socket_dispatch
);
}
else
{
__ohos_socket_hook_shared_library
=
NULL
;
__ohos_socket_hook_shared_library
=
0
;
dlclose
((
void
*
)
shared_library_handle
);
}
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录