提交 a2ff6b22 编写于 作者: weixin_45937718's avatar weixin_45937718

fixed 17515af3 from https://gitee.com/zhengkaijie/third_party_musl/pulls/756

Merge all library to libark_jsruntime.so
Use static link of pandafile and pandabase
Issue:#I671PL
Test:addr error bugfix
Signed-off-by: weixin_45937718's avatarzhengkaijie <2658880633@qq.com>
上级 260c8033
......@@ -559,7 +559,7 @@ static void __install_memleak_tracker_hook(int32_t sigNum, siginfo_t *info, void
// __musl_log(__MUSL_LOG_ERROR, "%s: failed to enable malloc\n", getprogname());
clear_function_table();
}
if (memLeakTypeContent & ADDR_NATIVE_ENABLE) {
if (memLeakTypeContent & ADDR_NATIVE_CLEAR) {
atomic_store_explicit(&__memleak_hook_flag, (volatile bool)false, memory_order_seq_cst);
bool flag = __set_hook_flag(false);
__set_default_malloc();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册